Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgarde committed Jul 26, 2023
1 parent 6f1b14a commit 2a3b0f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * as models from './lib/models.js';
export * as sdsStatuses from './lib/sds-statuses.js'
export * as sdsStatuses from './lib/sds-statuses.js';
export * as utilities from './lib/utilities.js';
4 changes: 4 additions & 0 deletions lib/utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ import got from 'got';
import {Sequelize} from 'sequelize';
import winston from 'winston';

/**
* A utilities class used for hosting simple utility functions and singletons
* of common tools
*/
export default class Utilities {
static #instance;

Expand Down

0 comments on commit 2a3b0f0

Please sign in to comment.