Skip to content

Commit

Permalink
fixing footer
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesacklin committed Jun 12, 2023
1 parent b2007df commit 7020d2e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
7 changes: 2 additions & 5 deletions dist/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

7 changes: 2 additions & 5 deletions src/Linear.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,10 @@ export class Linear {
url: string,
data: string | Buffer
): IssueData {
const description = `${data}\n\nReporter: @${reporter}\nURL: ${url}`;
this.issueData = {
title,
description: `${data.toString()}
Reported on GitHub by @${reporter}
${url}
`,
description,
};

return this.issueData;
Expand Down

0 comments on commit 7020d2e

Please sign in to comment.