Merge pull request #204 from anik-ghosh-au7/main

fix: collections names
This commit is contained in:
Lakhan Samani 2022-07-23 15:46:35 +05:30 committed by GitHub
commit 9ba1239c11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,8 +20,8 @@ var (
VerificationRequest: Prefix + "verification_requests", VerificationRequest: Prefix + "verification_requests",
Session: Prefix + "sessions", Session: Prefix + "sessions",
Env: Prefix + "env", Env: Prefix + "env",
Webhook: Prefix + "webhook", Webhook: Prefix + "webhooks",
WebhookLog: Prefix + "webhook_log", WebhookLog: Prefix + "webhook_logs",
EmailTemplate: Prefix + "email_template", EmailTemplate: Prefix + "email_templates",
} }
) )