Update SDK version (#32)

This commit is contained in:
KM Koushik
2024-06-26 06:35:28 +10:00
committed by GitHub
parent 0f0e2ada73
commit 6d7fc773f9
5 changed files with 19 additions and 30 deletions

View File

@@ -163,14 +163,14 @@ model ApiKey {
enum EmailStatus {
QUEUED
SENT
DELIVERY_DELAYED
BOUNCED
REJECTED
RENDERING_FAILURE
DELIVERED
OPENED
CLICKED
COMPLAINED
REJECTED
RENDERING_FAILURE
DELIVERY_DELAYED
FAILED
}

View File

@@ -10,8 +10,6 @@ const rateLimitCache = new TTLCache({
max: env.API_RATE_LIMIT,
});
console.log(env.DATABASE_URL);
/**
* Gets the team from the token. Also will check if the token is valid.
*/