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:
Syed Ali Shahbaz
2022-11-21 10:49:55 +05:30
committed by GitHub
parent bbaa8ae5e7
commit 8e25b9244c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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: