Skip to content

Commit 1c7719e

Browse files
committed
Run prettier
1 parent b1d348c commit 1c7719e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web/store/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,12 +265,12 @@ export const mutations = {
265265
},
266266
}
267267

268-
export type SIM = "SIM1" | "SIM2" | "DEFAULT";
268+
export type SIM = 'SIM1' | 'SIM2' | 'DEFAULT'
269269

270270
export type SendMessageRequest = {
271271
from: string
272272
to: string
273-
content: string,
273+
content: string
274274
sim: SIM
275275
}
276276

0 commit comments

Comments
 (0)