Skip to content

Commit

Permalink
fix: spacing
Browse files Browse the repository at this point in the history
Signed-off-by: Alvaro Bueno <[email protected]>
  • Loading branch information
delagroove committed Sep 16, 2021
1 parent b0cd524 commit f6e5927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/startup.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default async function emailTemplatesStartup(context) {

await seedEmailTemplatesForShop(context, shop._id);
});

// Update templates if they don't already exist.
const primaryShopId = await context.queries.primaryShopId(context.getInternalContext());
if (primaryShopId) {
Expand Down

0 comments on commit f6e5927

Please sign in to comment.