Skip to content

Commit

Permalink
Update packages/console-types/src/types/template.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Maltagliati <[email protected]>
  • Loading branch information
Danielecina and malta895 authored Nov 11, 2024
1 parent 9bb2edb commit 497f57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/console-types/src/types/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import { FromSchema } from 'json-schema-to-ts'

import { dashboard, enabledServicesSchema, strategySchema } from './project'
import { ALLOWED_RUNNER_TOOLS, ALLOWED_PROJECT_STRUCTURE } from '../constants/project'
import { ALLOWED_RUNNER_TOOLS, ALLOWED_PROJECT_STRUCTURES } from '../constants/project'
import url from '../commons/url'

export const template = {
Expand Down

0 comments on commit 497f57b

Please sign in to comment.