Procházet zdrojové kódy

remove unused comment

kaori před 4 roky
rodič
revize
a35f847c02

+ 0 - 2
packages/app/src/server/models/in-app-notification.ts

@@ -44,8 +44,6 @@ export interface InAppNotificationModel extends Model<InAppNotificationDocument>
 }
 
 export default (crowi: Crowi) => {
-  const commentEvent = crowi.event('comment');
-
   const inAppNotificationSchema = new Schema<InAppNotificationDocument, InAppNotificationModel>({
     user: {
       type: Schema.Types.ObjectId,