Skip to content

Commit

Permalink
Init 2023 project
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo930021 committed May 28, 2023
1 parent 48bb69c commit 0c33ffe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async function getLoadedSpreadsheetDocument() {

if (!API_KEY) return null

const SPREADSHEET_ID = '1DNPNGq8N6XimfuLEjv2Qzue4IiCD0kKfPvBJbr2CItY'
const SPREADSHEET_ID = '1mioOkTnkXUCuMqQN_07Q-ebB_wHxSGrsozMNTSJfby4'
const doc = new GoogleSpreadsheet(SPREADSHEET_ID)
doc.useApiKey(API_KEY)
try {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "2022-static",
"name": "2023-static",
"version": "1.0.0",
"description": "",
"scripts": {
Expand Down

0 comments on commit 0c33ffe

Please sign in to comment.