Skip to content

Commit b75b7a6

Browse files
author
tfomkin
committed
chore: removed unnecessary onSuccess
1 parent 4f86676 commit b75b7a6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • libs/shared/data-access/api/src/lib/tasks

libs/shared/data-access/api/src/lib/tasks/api.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ function useStopTask(
2929
},
3030
} as Chat,
3131
});
32-
33-
props?.onSuccess?.(_, { chatId, lastMessageId } as any, undefined);
3432
},
3533

3634
...props,

0 commit comments

Comments
 (0)