refactor: Use functional design for the authentication of apps
This commit is contained in:
@@ -12,7 +12,7 @@ import Telemetry from '../helpers/telemetry';
|
||||
class Connection extends Base {
|
||||
id!: string;
|
||||
key!: string;
|
||||
data = '';
|
||||
data: string;
|
||||
formattedData?: IJSONObject;
|
||||
userId!: string;
|
||||
verified = false;
|
||||
|
Reference in New Issue
Block a user