chore: 🎨 format
This commit is contained in:
parent
f4fa1df6e4
commit
8b57431ca8
1 changed files with 4 additions and 4 deletions
|
@ -142,9 +142,9 @@ export const meta = {
|
||||||
},
|
},
|
||||||
|
|
||||||
cannotChangeVisibility: {
|
cannotChangeVisibility: {
|
||||||
message: "You cannot change the visibility of a note.",
|
message: "You cannot change the visibility of a note.",
|
||||||
code: "CANNOT_CHANGE_VISIBILITY",
|
code: "CANNOT_CHANGE_VISIBILITY",
|
||||||
id: "2917fd0b-da04-41de-949f-146835a006c6",
|
id: "2917fd0b-da04-41de-949f-146835a006c6",
|
||||||
},
|
},
|
||||||
|
|
||||||
cannotQuoteOwnNote: {
|
cannotQuoteOwnNote: {
|
||||||
|
@ -152,7 +152,7 @@ export const meta = {
|
||||||
code: "CANNOT_QUOTE_OWN_NOTE",
|
code: "CANNOT_QUOTE_OWN_NOTE",
|
||||||
id: "070eee98-5f8a-4eca-9dc0-830b4d4e52ac",
|
id: "070eee98-5f8a-4eca-9dc0-830b4d4e52ac",
|
||||||
},
|
},
|
||||||
}
|
},
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
export const paramDef = {
|
export const paramDef = {
|
||||||
|
|
Loading…
Reference in a new issue