Skip to content

Commit b9b89c7

Browse files
committed
fix lint
1 parent 2b1193e commit b9b89c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions/query.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export const watchEvent = (firebase, dispatch, event, path, dest, onlyLastEvent
198198

199199
const runQuery = (q, e, p, params) => {
200200
if (e === 'once') {
201-
q.once('value').then(snapshot => dispatch({ type: SET, path, data: snapshot.val()}))
201+
q.once('value').then(snapshot => dispatch({type: SET, path, data: snapshot.val()}))
202202
return;
203203
}
204204

0 commit comments

Comments
 (0)