mirror of https://github.com/usememos/memos.git
Fix prettier errors
This commit is contained in:
parent
cb84b7bc8a
commit
2d4acb98f0
|
|
@ -1,5 +1,5 @@
|
||||||
import { Attachment } from "@/types/proto/api/v1/attachment_service";
|
|
||||||
import workspaceStore from "@/store/workspace";
|
import workspaceStore from "@/store/workspace";
|
||||||
|
import { Attachment } from "@/types/proto/api/v1/attachment_service";
|
||||||
|
|
||||||
export const getAttachmentUrl = (attachment: Attachment) => {
|
export const getAttachmentUrl = (attachment: Attachment) => {
|
||||||
if (attachment.externalLink) {
|
if (attachment.externalLink) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue