From b0051000c200ab2efdfe4b73a7efac974c40882d Mon Sep 17 00:00:00 2001 From: charleswrayjr Date: Thu, 11 Sep 2025 22:28:48 -0500 Subject: [PATCH] Cleaning up the model index.js file. --- src/models/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/models/index.js b/src/models/index.js index 1fd4fd5..9687d2c 100644 --- a/src/models/index.js +++ b/src/models/index.js @@ -1,3 +1,5 @@ +// noinspection ExceptionCaughtLocallyJS + /** * @file Unified database access interface */ -- 2.43.0