Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Jan 25, 2023
1 parent b67adab commit 28e4e38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demo/angular/src/app/shared/helper.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export class HelperService {
}

private receiveErrorValue(value: any): boolean {
console.log(['これ', value]);
return value.hasOwnProperty('code') && value.hasOwnProperty('message');
}
}

0 comments on commit 28e4e38

Please sign in to comment.