We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c825ee commit 70f2993Copy full SHA for 70f2993
src/modules/nodes/events/add-user-to-node/add-user-to-node.handler.ts
@@ -60,7 +60,6 @@ export class AddUserToNodeHandler implements IEventHandler<AddUserToNodeEvent> {
60
username: tId.toString(),
61
password: trojanPassword,
62
tag: inbound.tag,
63
- level: 0,
64
};
65
case 'vless':
66
return {
@@ -78,7 +77,6 @@ export class AddUserToNodeHandler implements IEventHandler<AddUserToNodeEvent> {
78
77
79
cipherType: CipherType.CHACHA20_POLY1305,
80
ivCheck: false,
81
82
83
default:
84
throw new Error(`Unsupported inbound type: ${inboundType}`);
0 commit comments