From 51ed806441534c78e84cadf34ff3213ccf25e236 Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Tue, 23 Mar 2021 10:41:04 +0100 Subject: [PATCH] format --- plugins/helpers.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/helpers.js b/plugins/helpers.js index aaf30bae..7f920b2e 100644 --- a/plugins/helpers.js +++ b/plugins/helpers.js @@ -17,6 +17,7 @@ export default ({ app }, inject) => { } return list }) + // convert time (00:00:00) string to seconds inject('timeToSeconds', (time) => { const t = time.split(':')