mirror of
https://github.com/tjsga/tj-sga-website-react.git
synced 2025-04-03 20:00:17 -04:00
Fix types in imageUrl.ts
This commit is contained in:
parent
5ccfc42e06
commit
0eced26ed8
|
@ -7,6 +7,6 @@ const builder = ImageUrlBuilder(sanity);
|
|||
* Build a URL for an image based on specified attributes
|
||||
* @param {SanityImageSource} source The source image
|
||||
*/
|
||||
export default function imageUrl(source: any): any {
|
||||
export default function imageUrl(source: any) {
|
||||
return builder.image(source);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user