mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
CTLE-433: checkpoint commit of backend variants, updated process utils to no longer take in input object since now comes from qContext, put instruction coverage back to 80%
This commit is contained in:
@ -544,7 +544,7 @@ public class BaseAPIActionUtil
|
||||
protected String buildQueryStringForGet(QQueryFilter filter, Integer limit, Integer skip, Map<String, QFieldMetaData> fields) throws QException
|
||||
{
|
||||
// todo: reasonable default action
|
||||
return (null);
|
||||
return ("");
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user