Skip to content

Commit 2b6ad1d

Browse files
committed
Fix prettier errors
1 parent 73e71a3 commit 2b6ad1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/utils/attachment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { Attachment } from "@/types/proto/api/v1/attachment_service";
21
import workspaceStore from "@/store/workspace";
2+
import { Attachment } from "@/types/proto/api/v1/attachment_service";
33

44
export const getAttachmentUrl = (attachment: Attachment) => {
55
if (attachment.externalLink) {

0 commit comments

Comments
 (0)