mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
always show raw if requested
This commit is contained in:
@@ -69,7 +69,7 @@ export abstract class BaseProgram {
|
||||
|
||||
protected getMessage(response: Response) {
|
||||
const message = (response.data as MessageResponse);
|
||||
if (process.env.BW_RAW === 'true' && message.raw != null) {
|
||||
if (process.env.BW_RAW === 'true') {
|
||||
return message.raw;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user