From b6975bde896a0019f9c0ecfc8ae6cc1544e82210 Mon Sep 17 00:00:00 2001 From: Matt Rider Date: Thu, 8 Aug 2019 10:07:57 +0200 Subject: [PATCH] Add data-mention-id to seeds mentions --- backend/src/seed/seed-db.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/backend/src/seed/seed-db.js b/backend/src/seed/seed-db.js index 8f693cfd3..6d32b64df 100644 --- a/backend/src/seed/seed-db.js +++ b/backend/src/seed/seed-db.js @@ -294,9 +294,10 @@ import Factory from './factories' }), ]) - const mention1 = 'Hey @jenny-rostock, what\'s up?' + const mention1 = + 'Hey @jenny-rostock, what\'s up?' const mention2 = - 'Hey @jenny-rostock, here is another notification for you!' + 'Hey @jenny-rostock, here is another notification for you!' await Promise.all([ asAdmin.create('Post', {