Skip to content

Commit

Permalink
refactor : removing unnessasry imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Aelmeky committed Jan 1, 2024
1 parent e5a1ce8 commit ea19d1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions payment/src/api/PaymentAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import {
ERROR_STATUS_CODE,
CLINIC_BASE_URL,
PATIENTS_BASE_URL,
BAD_REQUEST_CODE_400,
SECRET_KEY
BAD_REQUEST_CODE_400
} from '../utils/Constants.js';
import { isValidMongoId } from '../utils/Validation.js';
import PaymentService from '../service/payment-service.js';
Expand Down

0 comments on commit ea19d1f

Please sign in to comment.