Skip to content
Snippets Groups Projects
Verified Commit 1f5ab0de authored by Mar0xy's avatar Mar0xy
Browse files

chore: lint

parent 9d0c0755
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ 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;
props.note.poll = obj.object.poll // eslint-disable-line vue/no-mutating-props
}
};
</script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment