docs: fixes to notification and file module guides (#8451)

This commit is contained in:
Shahed Nasser
2024-08-06 09:59:46 +03:00
committed by GitHub
parent 041019b319
commit caf1bfd23b
7 changed files with 122 additions and 33 deletions
@@ -47,7 +47,7 @@ export default async function productCreateHandler({
const notificationModuleService: INotificationModuleService =
container.resolve(ModuleRegistrationName.NOTIFICATION)
await notificationModuleService.create({
await notificationModuleService.createNotifications({
to: "shahednasser@gmail.com",
channel: "email",
template: "product-created",