Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
fix: linting issues
Browse files Browse the repository at this point in the history
Signed-off-by: Maria Paktiti <[email protected]>
  • Loading branch information
mpaktiti committed Apr 27, 2020
1 parent a82b523 commit 9e9c6a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mutations/createShop.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default async function createShop(context, input) {
{
uol: "ft",
label: "Feet"
},
}
],
unitsOfMeasure: [
{
Expand All @@ -123,7 +123,7 @@ export default async function createShop(context, input) {
{
uom: "kg",
label: "Kilograms"
},
}
],
updatedAt: now
};
Expand Down

0 comments on commit 9e9c6a7

Please sign in to comment.