feat: save conflict check polling
This commit is contained in:
@@ -147,7 +147,8 @@ router.get(['/e', '/e/*'], async (req, res, next) => {
|
||||
mode: 'create',
|
||||
content: null,
|
||||
title: null,
|
||||
description: null
|
||||
description: null,
|
||||
updatedAt: new Date().toISOString()
|
||||
}
|
||||
|
||||
// -> From Template
|
||||
|
Reference in New Issue
Block a user