Skip to content

Commit d2e82fa

Browse files
committed
Remove unnecessary quotes
1 parent 054e490 commit d2e82fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-main/windows/project-running-window.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class ProjectRunningWindow extends AbtractWindow {
140140
// revealing any metadata that they couldn't already have access to.
141141
return callback({
142142
requestHeaders: {
143-
'referer': 'https://docs.turbowarp.org/desktop/referer'
143+
referer: 'https://docs.turbowarp.org/desktop/referer'
144144
}
145145
});
146146
}

0 commit comments

Comments
 (0)