Skip to content

Commit

Permalink
update sha for api spec
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikB2014 committed Aug 23, 2024
1 parent 256e47c commit 74b9dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/shared.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {DeRefedOpenAPI} from './open-api/types';

export const BASE_REGISTRY_URL = 'https://release-registry.services.sentry.io';
const SENTRY_API_SCHEMA_SHA = '6851c7f94c9b09cfec8d357c5bab0ce4bb597ee8';
const SENTRY_API_SCHEMA_SHA = 'aee3c08319966d0f5381ce7d083cd81e4fdb00f9';

export const resolveRemoteApiSpec = async (): Promise<DeRefedOpenAPI> => {
const response = await fetch(
Expand Down

0 comments on commit 74b9dd7

Please sign in to comment.