Lint all the things
This commit is contained in:
@@ -280,7 +280,7 @@ const getQueue = () => {
|
||||
/**
|
||||
* Dispatches notifications to the `addQueue` for processing.
|
||||
*/
|
||||
const dispatchAppsToQueue = async ({ appsToDispatch, logger }) => {
|
||||
const dispatchAppsToQueue = async ({ appsToDispatch }) => {
|
||||
const appQueue = getQueue();
|
||||
|
||||
for (const app of appsToDispatch) {
|
||||
|
||||
Reference in New Issue
Block a user