Fix prettier errors

This commit is contained in:
Florian Dewald 2025-10-24 07:52:42 +01:00
parent cb84b7bc8a
commit 2d4acb98f0

View file

@ -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) {