eslint fix

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

View file

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