Skip to content

Commit

Permalink
Extend Router.channelname
Browse files Browse the repository at this point in the history
  • Loading branch information
essenciary committed Dec 14, 2023
1 parent bfcc4f0 commit a2e81a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Genie"
uuid = "c43c736e-a2d1-11e8-161f-af95117fbd1e"
authors = ["Adrian Salceanu <[email protected]>"]
version = "5.23.5"
version = "5.23.6"

[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Expand Down
2 changes: 1 addition & 1 deletion src/Router.jl
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ end
Computes the name of a channel.
"""
function channelname(params::Channel) :: Symbol
function channelname(params::Union{Channel,String}) :: Symbol
baptizer(params, String[])
end

Expand Down

0 comments on commit a2e81a4

Please sign in to comment.