We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b4ac5 commit 3a86066Copy full SHA for 3a86066
src/internal/spot.ts
@@ -55,7 +55,7 @@ export class Spot {
55
headers: {
56
"Content-Type": "application/json",
57
},
58
- credentials: 'include',
+ credentials: "include",
59
body: JSON.stringify({
60
id: this.currentTask,
61
sites: this.sites,
src/public/spot.ts
@@ -56,8 +56,7 @@ export class Spot {
- //credentials: import.meta.env.PROD ? "include" : "omit",
- credentials: "omit",
62
63
0 commit comments