Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fflorent committed May 14, 2024
1 parent bb53a6f commit 106b041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/server/lib/DocApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2990,7 +2990,7 @@ function testDocApi() {
this.skip();
}
// Prepare an API for a different user.
const kiwiApi = await makeUserApi('Fish', 'kiwi')// upload something for Chimpy and something else for Kiwi.
const kiwiApi = await makeUserApi('Fish', 'kiwi'); // upload something for Chimpy and something else for Kiwi.
const worker1 = await userApi.getWorkerAPI('import');
const fakeData1 = await testUtils.readFixtureDoc('Hello.grist');
const uploadId1 = await worker1.upload(fakeData1, 'upload.grist');
Expand Down

0 comments on commit 106b041

Please sign in to comment.