Add missing suffix return (#14)

This commit is contained in:
Pearl Dsilva 2024-10-24 18:44:10 -04:00 committed by GitHub
parent 0f913b48a7
commit 6e41063808
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -530,5 +530,6 @@ public class NetrisApiClientImpl implements NetrisApiClient {
} else {
suffix = String.format("%s-%s", networkId, networkName);
}
return suffix;
}
}