feat: loader
This commit is contained in:
@@ -23,7 +23,6 @@ async function getUrlApi(email: string) {
|
||||
await redis.set("inbound", JSON.stringify(inbound), "EX", 3600);
|
||||
const users: ClientSettings = JSON.parse(inbound.settings);
|
||||
const user = users.clients.find((user) => user.email === email);
|
||||
console.log(user);
|
||||
if (!user) {
|
||||
throw new Error("User not found");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user