Browse Source

fix(starfish): wrong project id in allowed project id list (#52829)

The project id was incorrect here resulting in errors.
Dominik Buszowiecki 1 year ago
parent
commit
36269235a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/views/starfish/allowedProjects.ts

+ 1 - 1
static/app/views/starfish/allowedProjects.ts

@@ -3,5 +3,5 @@ export const ALLOWED_PROJECT_IDS_FOR_ORG_SLUG: {
 } = {
   sentry: ['1', '300688'],
   codecov: ['5215654'],
-  peated: ['4504120414765056'],
+  peated: ['4505138082349056'],
 };