0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Fixed package import

refs 2c59f5342b

- this was missed during the referenced commit
This commit is contained in:
Daniel Lockyer 2022-07-21 12:41:54 +02:00
parent 2c59f5342b
commit 3559c57dbe
No known key found for this signature in database
GPG key ID: D21186F0B47295AD

View file

@ -1,5 +1,5 @@
const {flowRight} = require('lodash'); const {flowRight} = require('lodash');
const {mapKeyValues, mapQuery} = require('@nexes/mongo-utils'); const {mapKeyValues, mapQuery} = require('@tryghost/mongo-utils');
const DomainEvents = require('@tryghost/domain-events'); const DomainEvents = require('@tryghost/domain-events');
const OfferCodeChangeEvent = require('../domain/events/OfferCodeChange'); const OfferCodeChangeEvent = require('../domain/events/OfferCodeChange');
const OfferCreatedEvent = require('../domain/events/OfferCreated'); const OfferCreatedEvent = require('../domain/events/OfferCreated');