From a5e3fb88b95dc837214b7f883dfa069df712ae03 Mon Sep 17 00:00:00 2001 From: Kulbhushan Kaushik Date: Wed, 14 Sep 2022 11:12:41 -0400 Subject: [PATCH] commit --- src/global-methods.js | 3 ++- src/store/index.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/global-methods.js b/src/global-methods.js index 0641216e..0cf0346c 100644 --- a/src/global-methods.js +++ b/src/global-methods.js @@ -17,4 +17,5 @@ export default { } ); }); - } \ No newline at end of file + } +} \ No newline at end of file diff --git a/src/store/index.js b/src/store/index.js index 02c9ab2e..5be78178 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -24,7 +24,7 @@ export const getters = { function getAllValuesOfPropertyInArrayOfObjects(array, propertyName) { return (array ?? []).map(x => x[propertyName]).filter(x => x); -} +}; // Export Actions export const actions = {