Skip to content

Commit

Permalink
Add top-level export for MESSAGE_ACTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
ericyhwang committed Aug 9, 2022
1 parent 55fa1f3 commit bbeaeb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Backend.logger = require('./logger');
Backend.MemoryDB = require('./db/memory');
Backend.MemoryMilestoneDB = require('./milestone-db/memory');
Backend.MemoryPubSub = require('./pubsub/memory');
Backend.MESSAGE_ACTIONS = require('./message-actions').ACTIONS;
Backend.MilestoneDB = require('./milestone-db');
Backend.ot = require('./ot');
Backend.projections = require('./projections');
Expand Down

0 comments on commit bbeaeb9

Please sign in to comment.