Skip to content

Commit

Permalink
Adding identfier
Browse files Browse the repository at this point in the history
  • Loading branch information
DDZBX committed Oct 15, 2024
1 parent 4f7f841 commit fcf1a45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/user-profiles/user-profiles.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ export class UserProfilesService {
},
],
logging: (sql, timing) => {
console.log('Recommendations SQL query:');
console.log(sql);
console.log(timing);
},
Expand Down

0 comments on commit fcf1a45

Please sign in to comment.