There was an error while loading. Please reload this page.
1 parent e3b0f4c commit 33ee82cCopy full SHA for 33ee82c
1 file changed
packages/insomnia/src/utils/importers/convert.ts
@@ -26,7 +26,7 @@ export const convert = async (rawData: string) => {
26
if (!resources) {
27
continue;
28
}
29
- checkInvalidPeriod(resources);
+ dotInKeyNameInvariant(resources);
30
31
if (resources.length > 0 && resources[0].variable) {
32
resources[0].environment = resources[0].variable;
0 commit comments