Skip to content

Commit 2c179aa

Browse files
committed
chore: tsc
1 parent c2a8608 commit 2c179aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/bottomsheet/BottomSheetInner.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@
543543
vertPos: VerticalPosition.ABOVE,
544544
onClose: async (result) => {
545545
if (result) {
546-
const filename = dayjs().format('YYYY-MM-DDTHH-mm-ss')
546+
const filename = dayjs().format('YYYY-MM-DDTHH-mm-ss');
547547
switch (result.data) {
548548
case 'address':
549549
const address = { ...item.properties.address };

0 commit comments

Comments
 (0)