Skip to content

Commit

Permalink
renaming resourcset
Browse files Browse the repository at this point in the history
  • Loading branch information
AsabuHere committed Sep 4, 2024
1 parent b3eeb87 commit 55364db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/twilio/oai/TwilioCsharpGenerator.java
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ private String fetchDomainClassPrefix(String authMethod) {
}

private String setResourceSetPrefix(String authMethod){
return authMethod == BEARER_TOKEN_PREFIX ? authMethod : EMPTY_STRING;
return authMethod == BEARER_TOKEN_PREFIX ? "Token" : EMPTY_STRING;
}

private String fetchClientName(String authMethod){
Expand Down

0 comments on commit 55364db

Please sign in to comment.