Skip to content

Commit

Permalink
Fix unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
jc21 committed Jan 18, 2024
1 parent 10d9760 commit a3630a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const userPermissionModel = require('./models/user_permission');
const utils = require('./lib/utils');
const authModel = require('./models/auth');
const settingModel = require('./models/setting');
const dns_plugins = require('./global/certbot-dns-plugins');
const certbot = require('./lib/certbot');
/**
* Creates a default admin users if one doesn't already exist in the database
Expand Down

0 comments on commit a3630a6

Please sign in to comment.