mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Make emotionsArray a const, fix lint
This commit is contained in:
parent
d1d82a0051
commit
97ff2e9457
@ -134,7 +134,7 @@ export default {
|
||||
)
|
||||
|
||||
session.close()
|
||||
let emotionsArray = []
|
||||
const emotionsArray = []
|
||||
transactionRes.records.map(record => {
|
||||
emotionsArray.push(record.get('emotion'))
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user