Skip to content

Commit

Permalink
Update config.ts
Browse files Browse the repository at this point in the history
Square brackets removed
  • Loading branch information
Ateamate authored Jul 26, 2024
1 parent 1b8e99c commit 7072409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { generateDeploymentConfig } from "scripts";
const config = generateDeploymentConfig("conflict_forecast");

config.google_drive.sheets_folder_ids = ["[17rK56zJj_W-1ceDlSPd2QFSpnwvApHh0]"];
config.google_drive.assets_folder_ids = ["[1SzZiWN4hvv0snDdpd-BZYPjTC6RzC1uU]"];
config.google_drive.sheets_folder_ids = ["17rK56zJj_W-1ceDlSPd2QFSpnwvApHh0"];
config.google_drive.assets_folder_ids = ["1SzZiWN4hvv0snDdpd-BZYPjTC6RzC1uU"];

config.git = {
content_repo: "https://github.com/IDEMSInternational/conflict-forecast-content.git",
Expand Down

0 comments on commit 7072409

Please sign in to comment.