Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions compiler/src/model/build-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,6 @@ export function compileEndpoints (): Record<string, model.Endpoint> {
}
})
}

// temporary workaround for APIs that are serverless-only
// until we can stop depending on rest-api-spec for availability
if (api === 'project.tags') {
delete map[api].availability.stack
}

if (typeof spec.feature_flag === 'string') {
map[api].availability.stack = { featureFlag: spec.feature_flag }
}
Expand Down
Loading