add default lol

This commit is contained in:
Leijurv 2018-11-23 19:24:14 -08:00
parent 01bec5d8f9
commit 3b7e1adf24
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ public class ComputationRequest {
return resp.pathCost;
case IN_PROGRESS:
case QUEUED:
default:
return null;
}
}