From 017305f217fdbe18e7d7bb020264cd028b5a5270 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Wed, 18 Feb 2015 17:05:02 -0300 Subject: [PATCH] fix case --- lib/server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/server.js b/lib/server.js index 89d6b48..b812a57 100644 --- a/lib/server.js +++ b/lib/server.js @@ -23,7 +23,7 @@ var Wallet = require('./model/wallet'); var Copayer = require('./model/copayer'); var Address = require('./model/address'); var TxProposal = require('./model/txproposal'); -var Notification = require('./model/Notification'); +var Notification = require('./model/notification'); var initialized = false; var storage;