Skip to content

Commit

Permalink
Fix duplicate bean issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomis committed Feb 21, 2016
1 parent 4bb5bbe commit f8ed093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/conf/spring/resources.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ beans = {
// Ordered by dependencies, thing A may be dependent on B if it is listed below B.
// This ordering does not matter to Spring or Grails, only for personal convenience
stackAPI(StackExchangeAPI)
dugaBot(DugaBotService)
// dugaBot(DugaBotService)
stats(DugaStats)
stringification(HookStringification)
githubAPI(GithubBean)
Expand Down

0 comments on commit f8ed093

Please sign in to comment.