mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-15 05:19:56 +02:00
Enhance core API
- Add trim function to core API - Minor bug fix
This commit is contained in:
@ -1147,10 +1147,7 @@ namespace OS {
|
||||
*/
|
||||
_rd(t: string): Promise<any> {
|
||||
return new Promise((resolve, reject) => {
|
||||
return resolve({
|
||||
result: this.cache,
|
||||
error: false,
|
||||
});
|
||||
return resolve(this.cache);
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user