fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const obj = {
|
||||
begin: false,
|
||||
limit: 2,
|
||||
token: process.env.TOKEN || "woshimima",
|
||||
token: process.env.TOKEN ?? "woshimima",
|
||||
};
|
||||
export default obj;
|
||||
|
||||
Reference in New Issue
Block a user