From 236e2986d3ab972385b7c9b69024e4ddb20e1dcd Mon Sep 17 00:00:00 2001 From: EsmeeIDEMS Date: Tue, 8 Oct 2024 17:34:20 +0100 Subject: [PATCH] content: 1.1.14 --- config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.ts b/config.ts index 02b4803..9ebfe48 100644 --- a/config.ts +++ b/config.ts @@ -7,13 +7,13 @@ const config = generateDeploymentConfig("pfr"); */ config.google_drive = { - sheets_folder_id: "1NCaqs4T3sbFVV0jh_aTmbeSI517WchVv", - assets_folder_id: "1gFEuVLP4r2FVLTuPSMMul5RxhGpYy8TU", + sheets_folder_ids: ["1NCaqs4T3sbFVV0jh_aTmbeSI517WchVv"], + assets_folder_ids: ["1gFEuVLP4r2FVLTuPSMMul5RxhGpYy8TU"], }; config.git = { content_repo: "https://github.com/IDEMSInternational/pfr-app-content.git", - content_tag_latest: "1.1.13", + content_tag_latest: "1.1.14", }; config.error_logging = {