refactor: make getLatestExecution public
This commit is contained in:
parent
2281fa8f35
commit
93ab07c5c3
|
@ -171,7 +171,7 @@ export default abstract class BaseClient {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected async getLatestExecution(): Promise<ExecutionInfo | null> {
|
async getLatestExecution(): Promise<ExecutionInfo | null> {
|
||||||
await this._sync();
|
await this._sync();
|
||||||
|
|
||||||
const getExecInfo = (u: OptimisticUpdate) => {
|
const getExecInfo = (u: OptimisticUpdate) => {
|
||||||
|
|
Loading…
Reference in New Issue