fix: collections names

This commit is contained in:
anik-ghosh-au7 2022-07-23 15:44:56 +05:30
parent 0f081ac3c8
commit ed7ed73980

View File

@ -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",
}
)