mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
minor
This commit is contained in:
parent
10a2aa0e7c
commit
319d546336
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ module.exports = (sequelize, DataTypes) => {
|
|||
zone: settings.instance_timezone,
|
||||
locale: settings.instance_locale
|
||||
}
|
||||
// const tags = this.tags && this.tags.map(t => t.tag.replace(/[#]/g, '_'))
|
||||
const summary = `${this.place && this.place.name}, ${DateTime.fromSeconds(this.start_datetime, opt).toFormat('EEEE, d MMMM (HH:mm)')}`
|
||||
|
||||
let attachment = []
|
||||
|
|
Loading…
Reference in a new issue