mirror of
https://github.com/wassname/talk.git
synced 2026-08-10 12:41:02 +08:00
More edit changes
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
const CommentModel = require('../models/comment');
|
||||
const EDIT_WINDOW_MS = CommentModel.EDIT_WINDOW_MS;
|
||||
|
||||
const ActionModel = require('../models/action');
|
||||
const ActionsService = require('./actions');
|
||||
|
||||
const errors = require('../errors');
|
||||
|
||||
const EDIT_WINDOW_MS = 30 * 1000; // 30 seconds
|
||||
|
||||
module.exports = class CommentsService {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user