Skip to content

Commit

Permalink
🐛 Add log
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Jul 19, 2024
1 parent c59071b commit f404678
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export class ConnectionsStrategiesService {
status: true,
},
});
this.logger.log(JSON.stringify(res));
if (!res) return false;
return res.status;
} catch (error) {
Expand Down

0 comments on commit f404678

Please sign in to comment.