Skip to content

Commit 574bc8d

Browse files
committed
chore(activists): clean info log to notify action
1 parent 2c78fb0 commit 574bc8d

File tree

1 file changed

+1
-1
lines changed
  • packages/activists-api/src/resolvers/action

1 file changed

+1
-1
lines changed

packages/activists-api/src/resolvers/action/next.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default async <T>({ activist, widget }: IBaseAction<T>, done?: DoneAction
5252

5353
await NotificationsAPI.send(notifyOpts);
5454

55-
logger.child({ activist, widget, notifyOpts }).info('action is done');
55+
logger.child({ activist, widget: { id: widget.id }, notifyOpts }).info('action is done');
5656
};
5757

5858
// 0. trazer a função de processar pdf e inserir plip para remote schema

0 commit comments

Comments
 (0)