completionId: cgen-944f3dcef2da4de7b489215b2292fd28
cgen-944f3dcef2da4de7b489215b2292fd28
This commit is contained in:
parent
381a7dff27
commit
9f5567eda7
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import express from "express";
|
|||
import cors from "cors";
|
||||
import { adminSupabase } from "./supabase";
|
||||
import { emailService } from "./email";
|
||||
import { randomUUID, createHash, createVerify } from "crypto";
|
||||
import { randomUUID, createHash, createVerify, randomBytes } from "crypto";
|
||||
|
||||
// Discord Interactions Handler
|
||||
const handleDiscordInteractions = async (
|
||||
|
|
|
|||
Loading…
Reference in a new issue