File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import Connection from '../connection';
22import { CommandBase } from '../validation/commandBase' ;
33import { Tenant } from '../openapi/types' ;
44
5- export default class TenantsCreator extends CommandBase {
5+ export default class TenantsUpdater extends CommandBase {
66 private className : string ;
77 private tenants : Array < Tenant > ;
88
Original file line number Diff line number Diff line change 22
33set -euo pipefail
44
5- var =" ${1:- master} "
6- npx openapi-typescript https://raw.githubusercontent.com/weaviate/weaviate/${var } /openapi-specs/schema.json -o ./src/openapi/schema.ts
5+ branchOrTag =" ${1:- master} "
6+ npx openapi-typescript https://raw.githubusercontent.com/weaviate/weaviate/${branchOrTag } /openapi-specs/schema.json -o ./src/openapi/schema.ts
77npx prettier --write --no-error-on-unmatched-pattern ' ./src/openapi/schema.ts'
You can’t perform that action at this time.
0 commit comments