chore: Refactoring event processors and service architecture (#2495)
This commit is contained in:
@@ -38,7 +38,7 @@ async function exportAndEmailCollections(teamId: string, email: string) {
|
||||
});
|
||||
}
|
||||
|
||||
exporterQueue.process(async (job) => {
|
||||
exporterQueue.process(async function exportProcessor(job) {
|
||||
log("Process", job.data);
|
||||
|
||||
switch (job.data.type) {
|
||||
|
||||
Reference in New Issue
Block a user