Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
close #174
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavecarroll committed Nov 19, 2022
1 parent 6b691a4 commit 3329fbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BluebirdPS/private/Write-TwitterResponse.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ function Write-TwitterResponse {
'Remove-TwitterListMember' { [ResponseInfo]::ListMutateResponse($ResponseData); break }
'Get-TwitterListSubscription' { [ResponseInfo]::Get2UsersIdFollowedListsResponse($ResponseData); break }
'Set-TwitterPinnedList' { [ResponseInfo]::ListPinnedResponse($ResponseData); break }
'Publish-Tweet' { $ResponseData.ApiResponse.data; break }
default { [ResponseInfo]::ParseApiV2Response($ResponseData.ApiResponse); break }
}
break
Expand Down

0 comments on commit 3329fbd

Please sign in to comment.