Skip to content

Commit

Permalink
Update src/api/IBMiContent.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sébastien Julliand <[email protected]>
  • Loading branch information
worksofliam and sebjulliand authored Feb 12, 2025
1 parent 31c562c commit 85c6017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/IBMiContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ export default class IBMiContent {
changed: new Date(Number(object.CHANGED)),
created_by: object.CREATED_BY,
owner: object.OWNER,
asp
asp: this.ibmi.getIAspName(Number(object.IASP_NUMBER))
} as IBMiObject))
.filter(object => !filters.types || filters.types.length < 1
|| filters.types.includes('*ALL')
Expand Down

0 comments on commit 85c6017

Please sign in to comment.