From 735f617586a49c43c8a95188d1107829abf33322 Mon Sep 17 00:00:00 2001 From: vichub <95424057+vicgihub@users.noreply.github.com> Date: Tue, 30 Apr 2024 19:29:17 +0200 Subject: [PATCH] hello-world --- frames/frames.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frames/frames.go b/frames/frames.go index 9816a3f..b1916e7 100644 --- a/frames/frames.go +++ b/frames/frames.go @@ -56,5 +56,5 @@ var FrameMap = map[string]FrameType{ "rick": Rick, "spidyswing": Spidy, "torus-knot": TorusKnot, - "hello-world" HelloWorld + "hello-world" HelloWorld, }