Browse Source

add push notification subscription model to index

feat/estimateFee-limit
Ivan Socolsky 8 years ago
parent
commit
0341a865b3
No known key found for this signature in database GPG Key ID: FAECE6A05FAA4F56
  1. 1
      lib/model/index.js

1
lib/model/index.js

@ -9,5 +9,6 @@ Model.Preferences = require('./preferences');
Model.Email = require('./email'); Model.Email = require('./email');
Model.TxNote = require('./txnote'); Model.TxNote = require('./txnote');
Model.Session = require('./session'); Model.Session = require('./session');
Model.PushNotificationSub = require('./pushnotificationsub');
module.exports = Model; module.exports = Model;

Loading…
Cancel
Save