Skip to content

Commit

Permalink
CID-2918: Remove unnecessary toString.
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedlajmileanix committed Aug 15, 2024
1 parent b22617d commit bd1adce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class GitHubGraphQLService(
return (
result.data?.repository?.manifestFile as?
net.leanix.githubagent.graphql.`data`.getrepositorymanifestcontent.Blob
)?.text.toString()
)?.text
}

private fun buildGitHubGraphQLClient(
Expand Down

0 comments on commit bd1adce

Please sign in to comment.