Skip to content

Commit

Permalink
fix(API): remove duplicate import
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeaturner committed Dec 30, 2023
1 parent 4b3b00b commit 3c4a495
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import paymentsAPI from './api/payments.js';
import kbAPI from './api/kb.js';
import supportAPI from './api/support.js';

import * as centralIdentityValidators from './api/validators/central-identity.js';
import * as centralIdentityValidators from './api/validators/central-identity.js';
import * as kbValidators from './api/validators/kb.js';
import * as supportValidators from './api/validators/support.js';
Expand Down

0 comments on commit 3c4a495

Please sign in to comment.