Skip to content

Commit

Permalink
Merge pull request #1753 from o8x/master
Browse files Browse the repository at this point in the history
fix bug: #1752
  • Loading branch information
kataras authored Apr 13, 2021
2 parents 956b2e2 + a72348b commit cb47694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func GetApplications() []Application {
// the return value is read-only but it can be casted to *iris.Application.
apps := make([]Application, 0, len(registeredApps))
copy(apps, registeredApps)
mu.RLock()
mu.RUnlock()

return apps
}
Expand Down

0 comments on commit cb47694

Please sign in to comment.