fix: collections names
This commit is contained in:
parent
0f081ac3c8
commit
ed7ed73980
|
@ -20,8 +20,8 @@ var (
|
|||
VerificationRequest: Prefix + "verification_requests",
|
||||
Session: Prefix + "sessions",
|
||||
Env: Prefix + "env",
|
||||
Webhook: Prefix + "webhook",
|
||||
WebhookLog: Prefix + "webhook_log",
|
||||
EmailTemplate: Prefix + "email_template",
|
||||
Webhook: Prefix + "webhooks",
|
||||
WebhookLog: Prefix + "webhook_logs",
|
||||
EmailTemplate: Prefix + "email_templates",
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user