Skip to content

Commit

Permalink
Merge branch 'fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwardsoen committed Aug 18, 2023
2 parents 24995f9 + 1902049 commit c1bec58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion firefox-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Leetcode Premium Unlocker",
"version": "0.6.6",
"version": "0.6.7",
"description": "Inject crowdsourced Leetcode premium data",
"permissions": ["https://sheets.googleapis.com/v4/spreadsheets*", "unlimitedStorage", "storage"],
"browser_action": {
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Leetcode Premium Unlocker",
"version": "0.6.6",
"version": "0.6.7",
"description": "Inject crowdsourced Leetcode premium data",
"permissions": ["storage", "unlimitedStorage "],
"permissions": ["storage", "unlimitedStorage"],
"action": {
"default_popup": "dist/index.html"
},
Expand Down
2 changes: 1 addition & 1 deletion src/modules/DataFetcher/GoogleSheetsDataFetcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {ProblemInfo,ProblemInfoList, CompanyProblemInfo, CompanyProblemInfoList

class GoogleSheetsAPIManager{
static API_KEY = "AIzaSyDDAE3rf1fjLGKM0FUHQeTcsmS6fCQjtDs"
static SHEETS_ID = "1hW-bfeFKSkEDzfjaDMjDQmgsupEZz3gysXpG0mrf6QE"
static SHEETS_ID = "1ilv8yYAIcggzTkehjuB_dsRI4LUxjkTPZz4hsBKJvwo"
static TESTING_SHEETS_ID = "1TJUhILyqBYsXWaPSUGwN1EvzBFeRNg1MgXH_SVqjQJo"

static getUrl (range) {
Expand Down

0 comments on commit c1bec58

Please sign in to comment.