Skip to content

Commit

Permalink
fix: ignore flow on this one, we need it
Browse files Browse the repository at this point in the history
  • Loading branch information
@jotadeveloper authored and sergiohgz committed Aug 13, 2019
1 parent 6358a54 commit c8e0b2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/local-storage/src/local-fs.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const noSuchFile: string = 'ENOENT';

const fSError = function(message: string): HttpError {
const err: HttpError = createError(409, message);
// $FlowFixMe
err.code = message;

return err;
Expand Down

0 comments on commit c8e0b2b

Please sign in to comment.