From 24715e77d6353fcd55734d3f05b831cc4389d905 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sat, 2 May 2020 02:35:03 -0400 Subject: [PATCH] fixup of functions --- src/functions/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions/index.ts b/src/functions/index.ts index 6afeb0e..8c3a5ac 100644 --- a/src/functions/index.ts +++ b/src/functions/index.ts @@ -1,4 +1,4 @@ -export { default as checkLock, clear as clearLock } from './checkLock'; +export { default as checkLock, clear as clearLock } from '../intervals/checkLock'; export { default as dataConversion } from './dataConversion'; // export { default as checkSS, clear as clearSS } from './checkSS'; export { default as parseCertificate, Certificate } from './parseCertificate';