Skip to content

Commit

Permalink
refactor(gradle): Fix typo in AnnounceImpl
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Oct 27, 2022
1 parent 08d13b8 commit 73992d2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -56,7 +56,7 @@ interface Announce extends Activatable {

Zulip getZulip()

NamedDomainObjectContainer<Webhook> getHttp()
NamedDomainObjectContainer<HttpAnnouncer> getHttp()

NamedDomainObjectContainer<Webhook> getWebhooks()

Expand Down

0 comments on commit 73992d2

Please sign in to comment.