From c3c300e5895ba305ffffc84c535246233ff8d1de Mon Sep 17 00:00:00 2001 From: Adrian Salceanu Date: Mon, 13 Nov 2023 17:46:31 +0100 Subject: [PATCH] Fix typo --- routes.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes.jl b/routes.jl index b8776939..584115ce 100755 --- a/routes.jl +++ b/routes.jl @@ -236,7 +236,7 @@ function main() line = Genie.WebChannels.tagbase64encode(line) ApplicationsController.notify(; message = line, type = type, - status = type == :error ? ApplicationsContoller.ERROR_STATUS : ApplicationsController.OKSTATUS) + status = type == :error ? ApplicationsController.ERROR_STATUS : ApplicationsController.OKSTATUS) # println() # println("GenieBuilder: ") # println(line)