From 7d3f0ad549b4bf9760f159040ef84b3014e09102 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Tue, 2 Apr 2024 10:10:16 +0200 Subject: [PATCH] Postman text body import --- plugins/importer-postman/src/index.ts | 14 ++++++++++++++ src-tauri/tauri.conf.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/plugins/importer-postman/src/index.ts b/plugins/importer-postman/src/index.ts index 050f7fbc..6144101d 100644 --- a/plugins/importer-postman/src/index.ts +++ b/plugins/importer-postman/src/index.ts @@ -191,6 +191,20 @@ function importBody(rawBody: any): Pick