Commit a44829a8 authored by nanahira's avatar nanahira

fix deck info date

parent 7576ef03
Pipeline #2943 passed with stages
in 2 minutes and 22 seconds
...@@ -1384,7 +1384,7 @@ export class AppService { ...@@ -1384,7 +1384,7 @@ export class AppService {
const isNew = body.isNew; const isNew = body.isNew;
const now = moment().toDate(); const now = new Date(moment().format('YYYY-MM-DD HH:mm'));
const content = { const content = {
author: this.chineseDirtyFilter.clean(author), author: this.chineseDirtyFilter.clean(author),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment