Skip to content

Commit 43033b0

Browse files
committed
fix lint
1 parent c3088f6 commit 43033b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ParseFile.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ describe('Parse.File testing', () => {
893893
enableForAuthenticatedUser: false,
894894
},
895895
});
896-
let file = new Parse.File('hello.txt', data, 'text/plain');
896+
const file = new Parse.File('hello.txt', data, 'text/plain');
897897
await expectAsync(file.save({ useMasterKey: true })).toBeResolved();
898898
});
899899

0 commit comments

Comments
 (0)