aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/src/app/common/sdk.service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/app/common/sdk.service.ts')
-rw-r--r--webapp/src/app/common/sdk.service.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/webapp/src/app/common/sdk.service.ts b/webapp/src/app/common/sdk.service.ts
index 3f2f32a..19c49d9 100644
--- a/webapp/src/app/common/sdk.service.ts
+++ b/webapp/src/app/common/sdk.service.ts
@@ -34,6 +34,10 @@ export class SdkService {
this.current = s;
}
+ public getCurrent(): ISdk {
+ return this.current;
+ }
+
public getCurrentId(): string {
if (this.current && this.current.id) {
return this.current.id;