refactor downstream for 036 changes (#2577)

refactor codebase for 036 changes
This commit is contained in:
Matt Hill
2024-03-24 12:12:55 -06:00
committed by GitHub
parent 22cd2e3337
commit 3b669193f6
152 changed files with 1360 additions and 1352 deletions

View File

@@ -139,7 +139,7 @@ export class MockApiService extends ApiService {
async followServerLogs(params: FollowLogsReq): Promise<FollowLogsRes> {
await pauseFor(1000)
return {
'start-cursor': 'fakestartcursor',
startCursor: 'fakestartcursor',
guid: 'fake-guid',
}
}