mirror of
https://github.com/usememos/memos.git
synced 2025-12-16 13:48:41 +08:00
Fix prettier errors
This commit is contained in:
parent
cb84b7bc8a
commit
2d4acb98f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue