eslint fix

This commit is contained in:
Jeremy Kescher 2023-05-10 00:11:15 +02:00
parent b6a646d10c
commit 13657de04e
No known key found for this signature in database
GPG key ID: 80A419A7A613DFA4

View file

@ -402,7 +402,7 @@ export function unpinFail(status, error) {
status, status,
error, error,
}; };
}; }
export const addReaction = (statusId, name, url) => (dispatch, getState) => { export const addReaction = (statusId, name, url) => (dispatch, getState) => {
const status = getState().get('statuses').get(statusId); const status = getState().get('statuses').get(statusId);