Skip to content

Commit 6fc0fbb

Browse files
Update components/apollo_io/apollo_io.app.mjs
Co-authored-by: Leo Vu <vunguyenhung@outlook.com>
1 parent f8a0de5 commit 6fc0fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/apollo_io/apollo_io.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export default {
216216
return {
217217
"Content-Type": "application/json",
218218
"Cache-Control": "no-cache",
219-
"X-Api-Key": this.$auth.api_key, // ✅ this is correct
219+
"X-Api-Key": this.$auth.api_key,
220220
...headers,
221221
};
222222
},

0 commit comments

Comments
 (0)