Skip to content

Commit

Permalink
Update packages/auth/src/Authenticator.js
Browse files Browse the repository at this point in the history
Co-authored-by: Jasper Lai <[email protected]>
  • Loading branch information
tcaiger and jaskfla authored Oct 6, 2024
1 parent 6c75880 commit f747af7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/auth/src/Authenticator.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ export class Authenticator {
}

async saveMeditrakDevice(user, meditrakDeviceDetails) {
console.log('saveMeditrakDevice', user.id, meditrakDeviceDetails);
if (!meditrakDeviceDetails) return null;
const { installId, platform, appVersion } = meditrakDeviceDetails;
return this.models.meditrakDevice.updateOrCreate(
Expand Down

0 comments on commit f747af7

Please sign in to comment.