Skip to content

Commit

Permalink
refactor: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MXPOL committed Nov 29, 2023
1 parent 15d45f1 commit 1752374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/velo-external-db-core/src/service/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default class SchemaService {
}

async create(collection: collectionSpi.Collection): Promise<collectionSpi.CreateCollectionResponse> {
await this.validateFields(collection.fields)
this.validateFields(collection.fields)
await this.storage.create(collection.id, WixFormatFieldsToInputFields(collection.fields))
await this.schemaInformation.refresh()
return { collection }
Expand Down

0 comments on commit 1752374

Please sign in to comment.