Merge pull request #204 from anik-ghosh-au7/main
fix: collections names
This commit is contained in:
commit
9ba1239c11
|
@ -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