1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

add ids to data when erroring with multipleResults

This commit is contained in:
Kyle Spearrin
2019-10-21 13:51:48 -04:00
parent b3d1e9d233
commit 8ab36db5c6
2 changed files with 4 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ export abstract class BaseProgram {
}
}
protected getMessage(response: Response) {
protected getMessage(response: Response): string {
const message = (response.data as MessageResponse);
if (process.env.BW_RAW === 'true') {
return message.raw;