feat(server): move updating plaid transactions to background job

This commit is contained in:
Ahmed Bouhuolia
2024-02-03 13:59:46 +02:00
parent b940c6dd17
commit e0ddcb022a
16 changed files with 150 additions and 68 deletions

View File

@@ -23,7 +23,7 @@ const defaultLogger = async (clientMethod, clientMethodArgs, response) => {
// );
// await createPlaidApiEvent(1, 1, clientMethod, clientMethodArgs, response);
console.log(response);
// console.log(response);
};
/**
@@ -39,7 +39,7 @@ const noAccessTokenLogger = async (
clientMethodArgs,
response
) => {
console.log(response);
// console.log(response);
// await createPlaidApiEvent(
// undefined,