refactor: avoid runtime config object (#8202)
This commit is contained in:
@@ -36,7 +36,7 @@ export class UserDBDocServer implements DocServer {
|
||||
await this.socket.emitWithAck('space:join', {
|
||||
spaceType: 'userspace',
|
||||
spaceId: this.userId,
|
||||
clientVersion: runtimeConfig.appVersion,
|
||||
clientVersion: BUILD_CONFIG.appVersion,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user