From 8c14a52dbbd57db316d1f807a49cf5752c574e06 Mon Sep 17 00:00:00 2001 From: geireann Date: Tue, 26 Apr 2022 16:49:48 -0400 Subject: Update applied_session_agent.ts --- src/server/DashSession/Session/agents/applied_session_agent.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/server/DashSession/Session/agents/applied_session_agent.ts b/src/server/DashSession/Session/agents/applied_session_agent.ts index 12064668b..8339a06dc 100644 --- a/src/server/DashSession/Session/agents/applied_session_agent.ts +++ b/src/server/DashSession/Session/agents/applied_session_agent.ts @@ -9,8 +9,8 @@ export abstract class AppliedSessionAgent { // the following two methods allow the developer to create a custom // session and use the built in customization options for each thread - protected abstract async initializeMonitor(monitor: Monitor): Promise; - protected abstract async initializeServerWorker(): Promise; + protected abstract initializeMonitor(monitor: Monitor): Promise; + protected abstract initializeServerWorker(): Promise; private launched = false; -- cgit v1.2.3-70-g09d2