fix: exit interview discount link not working (#2381)
This commit is contained in:
@@ -58,7 +58,7 @@ export class UserApiService implements UserApiServiceInterface {
|
||||
|
||||
return response
|
||||
} catch (error) {
|
||||
throw new ApiCallError(ErrorMessage.GenericRegistrationFail)
|
||||
throw new ApiCallError(ErrorMessage.GenericFail)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -140,6 +140,7 @@ import {
|
||||
SubscriptionApiService,
|
||||
SubscriptionServer,
|
||||
UserApiService,
|
||||
UserRequestServer,
|
||||
UserServer,
|
||||
WebSocketApiService,
|
||||
WebSocketServer,
|
||||
@@ -1204,7 +1205,7 @@ export class Dependencies {
|
||||
})
|
||||
|
||||
this.factory.set(TYPES.UserRequestServer, () => {
|
||||
return new UserServer(this.get(TYPES.HttpService))
|
||||
return new UserRequestServer(this.get(TYPES.HttpService))
|
||||
})
|
||||
|
||||
this.factory.set(TYPES.InternalEventBus, () => {
|
||||
|
||||
Reference in New Issue
Block a user