chore: Upgrade Prettier 1.8 -> 2.0 (#1436)
This commit is contained in:
@ -38,7 +38,7 @@ async function exportAndEmailCollections(teamId: string, email: string) {
|
||||
});
|
||||
}
|
||||
|
||||
logisticsQueue.process(async job => {
|
||||
logisticsQueue.process(async (job) => {
|
||||
log("Process", job.data);
|
||||
|
||||
switch (job.data.type) {
|
||||
|
Reference in New Issue
Block a user