Fix deployment failure due to prettier (extra spaces) (#214)
Simply removes extra spaces which are causing prettier to fail deployment, introduced in the PR for USER swagger doc update
This commit is contained in:
@@ -50,7 +50,7 @@ import { schemaUserEditBodyParams, schemaUserReadPublic } from "@lib/validations
|
||||
* weekStart:
|
||||
* description: Start of the week. Acceptable values are one of [SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY]
|
||||
* type: string
|
||||
* timeZone:
|
||||
* timeZone:
|
||||
* description: The user's time zone
|
||||
* type: string
|
||||
* theme:
|
||||
|
||||
@@ -45,7 +45,7 @@ import { schemaUserCreateBodyParams } from "@lib/validations/user";
|
||||
* weekStart:
|
||||
* description: Start of the week. Acceptable values are one of [SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY]
|
||||
* type: string
|
||||
* timeZone:
|
||||
* timeZone:
|
||||
* description: The new user's time zone
|
||||
* type: string
|
||||
* theme:
|
||||
|
||||
Reference in New Issue
Block a user