Merge pull request '국유인 반영 부분 막기 해제' (#115) from feat/infer_dev_260211 into develop
Reviewed-on: #115
This commit was merged in pull request #115.
This commit is contained in:
@@ -246,9 +246,9 @@ public class GukYuinApiService {
|
||||
return GukYuinLinkFailCode.NOT_FOUND;
|
||||
}
|
||||
|
||||
if (f.isPartScope()) {
|
||||
return GukYuinLinkFailCode.SCOPE_PART_NOT_ALLOWED;
|
||||
}
|
||||
// if (f.isPartScope()) {
|
||||
// return GukYuinLinkFailCode.SCOPE_PART_NOT_ALLOWED;
|
||||
// }
|
||||
|
||||
if (f.hasRunningInference()) {
|
||||
return GukYuinLinkFailCode.HAS_RUNNING_INFERENCE;
|
||||
|
||||
Reference in New Issue
Block a user