mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2026-01-13 04:40:18 +00:00
Can update post content
This commit is contained in:
@@ -572,7 +572,7 @@ export class RequestHandler {
|
||||
*
|
||||
* @param message Message associated to success
|
||||
*/
|
||||
public success(message: string) {
|
||||
public success(message: string = "") {
|
||||
|
||||
this.responseSent = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user