Skip to content

Commit a3d6580

Browse files
committed
Fixed misspellt variable name
1 parent f5b45a3 commit a3d6580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

popup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function checkLogin() {
1010

1111
// set chrome storage of auto_summaries: true if the user plan is premium-plus
1212
if (data.plan === 'premium-plus') {
13-
chrome.storage.local.set({ auto_summaries: true });
13+
chrome.storage.local.set({ autoSummaries: true });
1414
}
1515

1616
chrome.storage.local.set({ first_name: data.first_name, userPlan: data.plan, summariesCount: data.summariesCount });

0 commit comments

Comments
 (0)