mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat(server): move updating plaid transactions to background job
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user