From 2d4acb98f029fd7955d9897a229ef04c22bc98f3 Mon Sep 17 00:00:00 2001 From: Florian Dewald Date: Fri, 24 Oct 2025 07:52:42 +0100 Subject: [PATCH] Fix prettier errors --- web/src/utils/attachment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/utils/attachment.ts b/web/src/utils/attachment.ts index 17e2da2a5..69f7e651a 100644 --- a/web/src/utils/attachment.ts +++ b/web/src/utils/attachment.ts @@ -1,5 +1,5 @@ -import { Attachment } from "@/types/proto/api/v1/attachment_service"; import workspaceStore from "@/store/workspace"; +import { Attachment } from "@/types/proto/api/v1/attachment_service"; export const getAttachmentUrl = (attachment: Attachment) => { if (attachment.externalLink) {