Fix prettier errors

pull/5185/head
Florian Dewald 2 weeks ago
parent cb84b7bc8a
commit 2d4acb98f0

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

Loading…
Cancel
Save