forked from FoundKeyGang/FoundKey
Correct syntax error (#4718)
This commit is contained in:
parent
18944d389d
commit
85d29a3f9d
2 changed files with 2 additions and 2 deletions
|
@ -134,7 +134,7 @@ export default (opts: Opts = {}) => ({
|
|||
},
|
||||
|
||||
reactDirectly(reaction) {
|
||||
(this.$root.api('notes/reactions/create', {
|
||||
this.$root.api('notes/reactions/create', {
|
||||
noteId: this.appearNote.id,
|
||||
reaction: reaction
|
||||
});
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@charset 'utf-8'
|
||||
@charset "utf-8"
|
||||
|
||||
/*
|
||||
::selection
|
||||
|
|
Loading…
Reference in a new issue