Skip to content

Commit

Permalink
DA
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoFS96 committed Mar 24, 2022
1 parent 9411e28 commit 76741cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/shop.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export const deleteShop = async (shopId: string) => {
});
sendEmail(
user.email,
"Su solicitud de tienda fue rechaza, por favor intente nuevamente!"
"Su solicitud de tienda fue rechazada, por favor intente nuevamente!"
);
return deletedShop;
} catch (error) {
Expand Down

0 comments on commit 76741cc

Please sign in to comment.