Skip to content

Commit 5418fc1

Browse files
fix: prettier
1 parent 8b976b8 commit 5418fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/file-input/src/FileInput.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const FileInput: React.ComponentType<FileInputProps> = withApollo(
7474
policy,
7575
signature,
7676
},
77-
sessionCache: true
77+
sessionCache: true,
7878
});
7979
}
8080

0 commit comments

Comments
 (0)