Skip to content

Commit

Permalink
chore(release): v1.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
potados99 committed Jan 8, 2021
1 parent a479456 commit 60f7a4c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/interfaces/converters/LegacyTransactionConverter.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import DiscountTransaction from '../../domain/entities/DiscountTransaction';
import timeUtil from '../../common/utils/timeUtil';
import logger from '../../common/utils/logger';
import cafeCodeToCafeteriaId from '../legacy/isBarcode/cafeCode.mjs';
import MealType from '../../domain/constants/MealType.js';
import MealType from '../../domain/constants/MealType.mjs';

/**
* Convert legacy payment queries(barcode, code, menu, payment) to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import config from '../../../config';
import moment from 'moment';
import logger from '../../common/utils/logger';
import timeUtil from '../../common/utils/timeUtil';
import MealType from '../../domain/constants/MealType.js';
import MealType from '../../domain/constants/MealType.mjs';

/**
* This class is responsible for validating a discount transaction request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import LegacyTransactionConverter from '../../../../lib/interfaces/converters/Le
import DiscountTransaction from '../../../../lib/domain/entities/DiscountTransaction';
import TransactionRepositoryMock from '../../../mocks/TransactionRepositoryMock';
import MockDate from 'mockdate';
import MealType from '../../../../lib/domain/constants/MealType.js';
import MealType from '../../../../lib/domain/constants/MealType.mjs';

describe('# Convert', () => {
const converter = new LegacyTransactionConverter({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import TokenManagerMock from '../../../mocks/TokenManagerMock';
import TokenManager from '../../../../lib/domain/security/TokenManager';
import moment from 'moment';
import MockDate from 'mockdate';
import MealType from '../../../../lib/domain/constants/MealType.js';
import MealType from '../../../../lib/domain/constants/MealType.mjs';

beforeEach(async () => {
await initWithOverrides(modules, [
Expand Down

0 comments on commit 60f7a4c

Please sign in to comment.