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:
parent
2c59f5342b
commit
3559c57dbe
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
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 OfferCodeChangeEvent = require('../domain/events/OfferCodeChange');
|
||||
const OfferCreatedEvent = require('../domain/events/OfferCreated');
|
||||
|
|
Loading…
Add table
Reference in a new issue