From f16e6148b4bdd974c63c18d13081ad1bfc681c4c Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Sun, 26 Jan 2020 13:46:27 -0500 Subject: [PATCH] Fixed import resolution issue in pages/index.vue --- pages/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.vue b/pages/index.vue index e63c03677..c0a12f15d 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1226,7 +1226,7 @@ import querystring from "querystring"; import textareaAutoHeight from "../directives/textareaAutoHeight"; import parseCurlCommand from "../assets/js/curlparser.js"; import getEnvironmentVariablesFromScript from "../functions/preRequest"; -import runTestScriptWitVariables from "../functions/postWomanTesting"; +import runTestScriptWitVariables from "../functions/postwomanTesting"; import parseTemplateString from "../functions/templating"; import AceEditor from "../components/ace-editor"; import { tokenRequest, oauthRedirect } from "../assets/js/oauth";