- Fixed cache.addAll()
- Renamed jwtDecode to decodeJWT to match conventions - Added testCondition to search
This commit is contained in:
@ -109,7 +109,6 @@ export function encodeQuery(data: any): string {
|
||||
).join('&');
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Recursively flatten a nested object, while maintaining key structure
|
||||
*
|
||||
|
Reference in New Issue
Block a user