1
0
Fork 0
mirror of synced 2024-07-02 04:50:44 +12:00

Minor update

This commit is contained in:
Dean 2022-09-15 16:50:51 +01:00
parent 6ee5d8bea6
commit dcc3c81e7a

View file

@ -7,8 +7,8 @@
const userBindings = getUserBindings()
let internalBindings = queryBindings.reduce((acc, doof) => {
acc[doof.name] = doof.default
let internalBindings = queryBindings.reduce((acc, binding) => {
acc[binding.name] = binding.default
return acc
}, {})