chore: lint
This commit is contained in:
@@ -442,7 +442,7 @@ function undoReact(note): void {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function undoRenote() : void {
|
function undoRenote() : void {
|
||||||
if (!renoted) return;
|
if (!renoted.value) return;
|
||||||
os.api("notes/unrenote", {
|
os.api("notes/unrenote", {
|
||||||
noteId: appearNote.id,
|
noteId: appearNote.id,
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -481,7 +481,7 @@ function undoReact(note): void {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function undoRenote() : void {
|
function undoRenote() : void {
|
||||||
if (!renoted) return;
|
if (!renoted.value) return;
|
||||||
os.api("notes/unrenote", {
|
os.api("notes/unrenote", {
|
||||||
noteId: appearNote.id,
|
noteId: appearNote.id,
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -216,7 +216,7 @@ function undoReact(note): void {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function undoRenote() : void {
|
function undoRenote() : void {
|
||||||
if (!renoted) return;
|
if (!renoted.value) return;
|
||||||
os.api("notes/unrenote", {
|
os.api("notes/unrenote", {
|
||||||
noteId: appearNote.id,
|
noteId: appearNote.id,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user