Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Mar 24, 2024
1 parent f9043b5 commit 7d680f4
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 72 deletions.
134 changes: 67 additions & 67 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,7 @@ export default class Task extends ETL {
properties: {
callsign: `Staging: ${p.description}`,
time: moment(p.send).toISOString(),
remarks: `
Groups: ${p.units}
Author: ${p.source}
${p.details}
`
remarks: `Groups: ${p.units}\n Author: ${p.source}\n ${p.details}`
},
geometry: {
type: 'Point',
Expand Down

0 comments on commit 7d680f4

Please sign in to comment.