fix: variable
This commit is contained in:
parent
d7faeac384
commit
4931390542
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ export default class MAAConfig {
|
|||
}
|
||||
|
||||
public readonly train = {
|
||||
user_id: process.env.TRAIN_USER_ID!,
|
||||
user_ID: process.env.TRAIN_USER_ID!,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue