From 44cea985ac87974e2b0d90d631a9500c504b23f0 Mon Sep 17 00:00:00 2001 From: Siddharth Gelera Date: Mon, 15 Sep 2025 11:05:25 +0530 Subject: [PATCH] fix: retrieve auth value correctly --- packages/bruno-filestore/src/formats/bru/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bruno-filestore/src/formats/bru/index.ts b/packages/bruno-filestore/src/formats/bru/index.ts index b91377deb..df83a88a1 100644 --- a/packages/bruno-filestore/src/formats/bru/index.ts +++ b/packages/bruno-filestore/src/formats/bru/index.ts @@ -78,7 +78,7 @@ export const bruRequestToJson = (data: string | any, parsed: boolean = false): a ]) }); } else if (requestType === 'ws-request') { - transformedJson.request.auth.mode = _.get(json, 'grpc.auth', 'none'); + transformedJson.request.auth.mode = _.get(json, 'ws.auth', 'none'); transformedJson.request.body = _.get(json, 'body', { mode: 'ws', grpc: _.get(json, 'body.ws', [