Skip to content

Commit

Permalink
MAT 6727 removed unwanted code
Browse files Browse the repository at this point in the history
  • Loading branch information
sb-prateekkeerthi committed Mar 18, 2024
1 parent 6b11096 commit 4fe2f2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/services/app.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export class AppService {
//Generate other worksheets as needed

// Return final workbook

return workbook.xlsx.writeBuffer() as Promise<Buffer>;
}

Expand Down
2 changes: 1 addition & 1 deletion src/services/static/KeySheetData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const keySheetRowsData = [
'CODE: SNOMED-CT 4525004]',
],
[
'Tuple1',
'Tuple',
'{ \n' + 'key1: value1, \n' + 'key2: value2, \n' + '... \n' + '}',
'{ \n' +
' period: Interval: 06/29/2017 8:00 AM - 12/31/2024 11:59 PM, \n' +
Expand Down

0 comments on commit 4fe2f2e

Please sign in to comment.