docs: fixes to notification and file module guides (#8451)
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user