Skip to content

Commit 9ca7118

Browse files
committed
Update codedrop.js
1 parent ca2689a commit 9ca7118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codedrop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ if ('launchQueue' in window) {
220220

221221

222222
// if logged into git
223-
if (gitToken !== '') {
223+
if (gitToken) {
224224

225225
showMessage('It seems like you\'re logged in. Try logging out and reopening the file.', 5000);
226226
return;

0 commit comments

Comments
 (0)