Skip to content

Commit

Permalink
fix(gatsby-source-filesystem): fix createRemoteFileNode ts types (#14086
Browse files Browse the repository at this point in the history
)
  • Loading branch information
antoinerousseau authored and wardpeet committed May 16, 2019
1 parent 7391cfc commit e47da77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-source-filesystem/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function createFilePath(args: CreateFilePathArgs): string
*/
export function createRemoteFileNode(
args: CreateRemoteFileNodeArgs
): FileSystemNode
): Promise<FileSystemNode>

export interface CreateFilePathArgs {
node: Node
Expand Down

0 comments on commit e47da77

Please sign in to comment.