diff options
| author | theprimeagain <the.primeagen@gmail.com> | 2026-02-26 07:11:49 -0700 |
|---|---|---|
| committer | theprimeagain <the.primeagen@gmail.com> | 2026-02-26 07:11:49 -0700 |
| commit | cbc24f940f49b28da62642bca10206f3933bec77 (patch) | |
| tree | d9429175bdb3320501358380ff91159a1bb4a30e /lua/99/ops/tutorial.lua | |
| parent | 9be01a1a50a61635ea7169e01c85fab41638ad66 (diff) | |
| download | a4-cbc24f940f49b28da62642bca10206f3933bec77.tar.xz a4-cbc24f940f49b28da62642bca10206f3933bec77.zip | |
tutorial
Diffstat (limited to 'lua/99/ops/tutorial.lua')
| -rw-r--r-- | lua/99/ops/tutorial.lua | 3 |
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 |
