Skip to content

Commit

Permalink
fix: pr comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Jul 29, 2024
1 parent b5a9033 commit d4cf075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func isCustomProvider(thirdPartyId string) bool {
return slices.Contains(customProviders, thirdPartyId)
}

func main2() {
func main() {
tenantRes, err := multitenancy.ListAllTenants()
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit d4cf075

Please sign in to comment.