Skip to content

Commit 7adcc9e

Browse files
Merge pull request #4 from jiangliwu/master
fix error
2 parents 996614b + 96acbe2 commit 7adcc9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Notification.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
'use strict';
22

33
const {NotificationStatus, NotificationType} = require('../constants');
4+
const _ = require('lodash');
5+
46
/*
57
* Copyright (c) 2018 Topcoder, Inc. All rights reserved.
68
*/

0 commit comments

Comments
 (0)