mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-21 08:59:07 +01:00
Better body handling in Postman
This commit is contained in:
@@ -31,5 +31,7 @@ export async function pluginHookImport(
|
||||
return undefined;
|
||||
}
|
||||
|
||||
// console.log("HELLO", JSON.stringify(postmanCollection, null, 1));
|
||||
|
||||
return pluginHookImportPostman(ctx, JSON.stringify(postmanCollection));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user