Skip to content

Commit b61c090

Browse files
🩹 [Fix]: Remove 'CustomProperties' from output fields in repository query functions
1 parent 00a95bf commit b61c090

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

‎src/functions/private/Repositories/Get-GitHubMyRepositoryByName.ps1‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
'MergeCommitMessage',
7979
'TemplateRepository',
8080
'ForkRepository',
81-
'CustomProperties',
8281
'CloneUrl',
8382
'SshUrl',
8483
'GitUrl'

‎src/functions/private/Repositories/Get-GitHubRepositoryByName.ps1‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
'MergeCommitMessage',
8282
'TemplateRepository',
8383
'ForkRepository',
84-
'CustomProperties',
8584
'CloneUrl',
8685
'SshUrl',
8786
'GitUrl'

0 commit comments

Comments
 (0)