Skip to content

Commit e47da77

Browse files
antoinerousseauwardpeet
authored andcommitted
fix(gatsby-source-filesystem): fix createRemoteFileNode ts types (#14086)
1 parent 7391cfc commit e47da77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-source-filesystem/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export function createFilePath(args: CreateFilePathArgs): string
1010
*/
1111
export function createRemoteFileNode(
1212
args: CreateRemoteFileNodeArgs
13-
): FileSystemNode
13+
): Promise<FileSystemNode>
1414

1515
export interface CreateFilePathArgs {
1616
node: Node

0 commit comments

Comments
 (0)