Merge pull request #16346 from overleaf/msm-remove-underscore
Remove `underscore` in monorepo GitOrigin-RevId: fd3b92e3e8a940a7a086669232102320c34a89e2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const NotificationsHandler = require('./NotificationsHandler')
|
||||
const SessionManager = require('../Authentication/SessionManager')
|
||||
const _ = require('underscore')
|
||||
const _ = require('lodash')
|
||||
|
||||
module.exports = {
|
||||
getAllUnreadNotifications(req, res, next) {
|
||||
|
||||
Reference in New Issue
Block a user