From f380302a32cbf8e1318f83903c7db60d842ef170 Mon Sep 17 00:00:00 2001 From: Jesko Dujmovic Date: Sat, 23 Oct 2021 20:31:18 +0200 Subject: [PATCH] add other --- exerciseTypes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/exerciseTypes.js b/exerciseTypes.js index a923cbb..d579051 100644 --- a/exerciseTypes.js +++ b/exerciseTypes.js @@ -38,4 +38,5 @@ var exerciseTypes = [ { name: "Squat", tags: ["leg"] }, { name: "Leg Curl", tags: ["leg"] }, { name: "Leg Extension", tags: ["leg"] }, + { name: "Other", tags: [] }, ]; \ No newline at end of file