Skip to content

Commit

Permalink
chore: add ascend and financeflow to trpc (#4565)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
johnsicili authored Dec 11, 2024
1 parent f7f98b6 commit ea30909
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/trpc-interface/src/authorize/project.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ea30909

Please sign in to comment.