Skip to content

Commit f24d1fd

Browse files
committed
Minor edit
1 parent 856076a commit f24d1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blobs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ func GetTenantAmount(key string) int {
10251025

10261026
func GetRuntimeLocationAmount(key string) int {
10271027
if len(key) != 64 {
1028-
return 3
1028+
return 1
10291029
}
10301030

10311031
amounts := map[string]int{

0 commit comments

Comments
 (0)