Kinda first ready?
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ export default abstract class AASInterfaceServer<ConfigInterface> {
|
||||
protected config: ConfigInterface;
|
||||
protected abstract readonly supportsSubscriptions: boolean;
|
||||
protected readonly aas: types.Environment;
|
||||
private onRequestCallback: OnRequestCallback
|
||||
protected onRequestCallback: OnRequestCallback
|
||||
|
||||
constructor(config: ConfigInterface, aas: types.Environment, onRequestCallback: OnRequestCallback) {
|
||||
this.config = config;
|
||||
|
||||
Reference in New Issue
Block a user