Skip to content

Commit 9c71c6f

Browse files
committed
fix lint
1 parent 74b9dd7 commit 9c71c6f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/build/resolveOpenAPI.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ import {promises as fs} from 'fs';
77
import {DeRefedOpenAPI} from './open-api/types';
88
import {resolveRemoteApiSpec} from './shared';
99

10-
// SENTRY_API_SCHEMA_SHA is used in the sentry-docs GHA workflow in getsentry/sentry-api-schema.
11-
// DO NOT change variable name unless you change it in the sentry-docs GHA workflow in getsentry/sentry-api-schema.
12-
const SENTRY_API_SCHEMA_SHA = 'aee3c08319966d0f5381ce7d083cd81e4fdb00f9';
13-
1410
const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';
1511

1612
async function resolveOpenAPI(): Promise<DeRefedOpenAPI> {

0 commit comments

Comments
 (0)