summaryrefslogtreecommitdiff
path: root/lua/99/ops/tutorial.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/99/ops/tutorial.lua')
-rw-r--r--lua/99/ops/tutorial.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/lua/99/ops/tutorial.lua b/lua/99/ops/tutorial.lua
index 9889801..4b9a9b8 100644
--- a/lua/99/ops/tutorial.lua
+++ b/lua/99/ops/tutorial.lua
@@ -54,8 +54,7 @@ local function tutorial(context, opts)
response or "no response provided"
)
elseif status == "success" then
- local data = open_tutorial(context, response)
- context._99:open_tutorial(data)
+ open_tutorial(context, response)
end
end))
end