1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-21 14:09:25 -05:00

Correct syntax error ()

This commit is contained in:
Satsuki Yanagi 2019-04-17 00:30:34 +09:00 committed by syuilo
parent 18944d389d
commit 85d29a3f9d
2 changed files with 2 additions and 2 deletions
src/client
app/common/scripts
style.styl

View file

@ -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
});

View file

@ -1,4 +1,4 @@
@charset 'utf-8'
@charset "utf-8"
/*
::selection