Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
les
gancio
Commits
94b8027d
Commit
94b8027d
authored
Oct 23, 2019
by
les
Browse files
minor
parent
f5492976
Changes
1
Show whitespace changes
Inline
Side-by-side
server/api/controller/export.js
View file @
94b8027d
...
@@ -59,7 +59,7 @@ const exportController = {
...
@@ -59,7 +59,7 @@ const exportController = {
// startOutputType: 'utc',
// startOutputType: 'utc',
end
,
end
,
// endOutputType: 'utc',
// endOutputType: 'utc',
title
:
`[
1
${
req
.
settings
.
title
}
]
${
e
.
title
}
`
,
title
:
`[
${
req
.
settings
.
title
}
]
${
e
.
title
}
`
,
description
:
e
.
description
,
description
:
e
.
description
,
location
:
`
${
e
.
place
.
name
}
-
${
e
.
place
.
address
}
`
,
location
:
`
${
e
.
place
.
name
}
-
${
e
.
place
.
address
}
`
,
url
:
`
${
req
.
settings
.
baseurl
}
/event/
${
e
.
id
}
`
,
url
:
`
${
req
.
settings
.
baseurl
}
/event/
${
e
.
id
}
`
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment