fix
This commit is contained in:
parent
fccac82fdc
commit
9023606faa
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ export class BaseChildManager<T, T2> {
|
|||
}
|
||||
|
||||
async fetch(...args: unknown[]): Promise<T2 | undefined> {
|
||||
return undefined
|
||||
return this.parent.fetch(...args)
|
||||
}
|
||||
|
||||
/** Try to get value from cache, if not found then fetch */
|
||||
|
|
Loading…
Reference in a new issue