We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b9b3e commit 0e6e213Copy full SHA for 0e6e213
src/domain/use-cases/purchasing/register-user-purchasing.ts
@@ -26,7 +26,7 @@ export class RegisterUserPurchasingUseCase
26
return { invalidEmail: 'Email tidak terdaftar' }
27
}
28
29
- if (checkEmail.deviced_id) {
+ if (checkEmail.deviced_id == data.deviced_id) {
30
return {
31
existDeviceId: 'Device Id anda sudah terdaftar',
32
0 commit comments