Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
essenciary committed Nov 13, 2023
1 parent 9442d51 commit c3c300e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c3c300e

Please sign in to comment.