Skip to content

Commit 1e0417e

Browse files
committed
fix: eslint
1 parent eada080 commit 1e0417e

File tree

1 file changed

+1
-1
lines changed
  • packages/plugins/FileService/src/Worker

1 file changed

+1
-1
lines changed

packages/plugins/FileService/src/Worker/load.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class LoadAgent implements ProviderAgent {
8686
const response = await fetch(LOAD_UPLOAD_ENDPOINT, {
8787
method: 'POST',
8888
headers: {
89-
Authorization: `Bearer maskMASKhbs3`,
89+
Authorization: "Bearer maskMASKhbs3",
9090
},
9191
body: formData,
9292
signal: this.uploadController?.signal,

0 commit comments

Comments
 (0)