We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eada080 commit 1e0417eCopy full SHA for 1e0417e
packages/plugins/FileService/src/Worker/load.ts
@@ -86,7 +86,7 @@ class LoadAgent implements ProviderAgent {
86
const response = await fetch(LOAD_UPLOAD_ENDPOINT, {
87
method: 'POST',
88
headers: {
89
- Authorization: `Bearer maskMASKhbs3`,
+ Authorization: "Bearer maskMASKhbs3",
90
},
91
body: formData,
92
signal: this.uploadController?.signal,
0 commit comments