mirror of
https://github.com/documenso/documenso.git
synced 2025-11-19 03:01:59 +10:00
wip
This commit is contained in:
@ -27,4 +27,8 @@ export class JobClient<T extends ReadonlyArray<JobDefinition> = []> {
|
||||
public getApiHandler() {
|
||||
return this._provider.getApiHandler();
|
||||
}
|
||||
|
||||
public getHonoApiHandler() {
|
||||
return this._provider.getHonoApiHandler();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user