Skip to content

Commit c8e0b2b

Browse files
@jotadevelopersergiohgz
authored andcommitted
fix: ignore flow on this one, we need it
1 parent 6358a54 commit c8e0b2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/local-storage/src/local-fs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export const noSuchFile: string = 'ENOENT';
1616

1717
const fSError = function(message: string): HttpError {
1818
const err: HttpError = createError(409, message);
19+
// $FlowFixMe
1920
err.code = message;
2021

2122
return err;

0 commit comments

Comments
 (0)