mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 07:23:09 +02:00
chore: lint
This commit is contained in:
parent
1f5ab0de44
commit
78abc725f6
1 changed files with 2 additions and 2 deletions
|
@ -96,9 +96,9 @@ async function refresh() {
|
|||
if (!props.note.uri) return;
|
||||
const obj = await os.apiWithDialog("ap/show", { uri: props.note.uri });
|
||||
if (obj.type === "Note" && obj.object.poll) {
|
||||
props.note.poll = obj.object.poll // eslint-disable-line vue/no-mutating-props
|
||||
props.note.poll = obj.object.poll; // eslint-disable-line vue/no-mutating-props
|
||||
}
|
||||
};
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" module>
|
||||
|
|
Loading…
Reference in a new issue