From def60f7e8170de7f6c148f8c909d54fd5cc152a3 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 14:35:24 +0000 Subject: [PATCH] feat: Updated lua/hurl/main.lua --- lua/hurl/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/hurl/main.lua b/lua/hurl/main.lua index 10bdeb6..155ffbc 100644 --- a/lua/hurl/main.lua +++ b/lua/hurl/main.lua @@ -5,7 +5,7 @@ local http = require('hurl.http_utils') local M = {} local response = {} -local head_state = '' +local response_state = '' local is_running = false -- Looking for vars.env file base on the current file buffer