Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
badkeyy committed Jan 10, 2025
1 parent 080bd0b commit aedaaa1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/models/certificate.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ class Certificate extends Model {
}

static get relationMappings () {
const ProxyHost = require('./proxy_host');
const DeadHost = require('./dead_host');
const User = require('./user');
const ProxyHost = require('./proxy_host');
const DeadHost = require('./dead_host');
const User = require('./user');
const RedirectionHost = require('./redirection_host');

return {
Expand Down

0 comments on commit aedaaa1

Please sign in to comment.