Skip to content

Commit

Permalink
CIV-15666 Use single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-pearson committed Oct 31, 2024
1 parent 8ad8ce7 commit 51617d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {getClaimById} from 'modules/utilityService';
import {claimFeePaymentGuard} from 'routes/guards/claimFeePaymentGuard';
import {constructResponseUrlWithIdParams} from 'common/utils/urlFormatter';
import {saveUserId} from 'modules/draft-store/paymentSessionStoreService';
import {PaymentInformation} from "models/feePayment/paymentInformation";
import {PaymentInformation} from 'models/feePayment/paymentInformation';

const {Logger} = require('@hmcts/nodejs-logging');
const logger = Logger.getLogger('claimFeeBreakDownController');
Expand Down

0 comments on commit 51617d5

Please sign in to comment.