From ea30909e785f6f88a203acf5d76248445163476e Mon Sep 17 00:00:00 2001 From: johnsicili <93934362+johnsicili@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:28:57 -0700 Subject: [PATCH] chore: add ascend and financeflow to trpc (#4565) FinanceFlow e761178f-6ac6-47f6-b881-56cc75640d73 Ascend ef82ee51-e4d6-4a69-a4cc-7bf1dee65ed7 ## Description 1. What is this PR about (link the issue and add a short description) ## Steps for reproduction 1. click button 2. expect xyz ## Code Review - [ ] hi @kof, I need you to do - conceptual review (architecture, feature-correctness) - detailed review (read every line) - test it on preview ## Before requesting a review - [ ] made a self-review - [ ] added inline comments where things may be not obvious (the "why", not "what") ## Before merging - [ ] tested locally and on preview environment (preview dev login: 0000) - [ ] updated [test cases](https://github.com/webstudio-is/webstudio/blob/main/apps/builder/docs/test-cases.md) document - [ ] added tests - [ ] if any new env variables are added, added them to `.env` file --- packages/trpc-interface/src/authorize/project.server.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/trpc-interface/src/authorize/project.server.ts b/packages/trpc-interface/src/authorize/project.server.ts index cc7381f93156..51b95812c862 100644 --- a/packages/trpc-interface/src/authorize/project.server.ts +++ b/packages/trpc-interface/src/authorize/project.server.ts @@ -117,6 +117,8 @@ export const checkProjectPermit = async ( "01f6f1d8-06f5-4a6c-a3b1-89a0448046c7", "5b33acf4-53cf-4f03-8973-d5679772edee", "909a139b-1f2d-415a-ac90-382fa19fa7d8", + "ef82ee51-e4d6-4a69-a4cc-7bf1dee65ed7", + "e761178f-6ac6-47f6-b881-56cc75640d73", // Staging IDs "c236999d-be6b-43fb-9edc-78a2ba59e56d", "a1371dce-752c-4ccf-8ea4-88bab577fe50",