Skip to content

Commit

Permalink
Fix apollo integrity hash (#2706)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkness4 committed Jul 7, 2023
1 parent 470fca8 commit 2cfb9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/playground/apollo_sandbox_playground.go
Expand Up @@ -53,7 +53,7 @@ func ApolloSandboxHandler(title, endpoint string) http.HandlerFunc {
"title": title,
"endpoint": endpoint,
"endpointIsAbsolute": endpointHasScheme(endpoint),
"mainSRI": "sha256-/ldbSJ7EovavF815TfCN50qKB9AMvzskb9xiG71bmg2I=",
"mainSRI": "sha256-ldbSJ7EovavF815TfCN50qKB9AMvzskb9xiG71bmg2I=",
})
if err != nil {
panic(err)
Expand Down

0 comments on commit 2cfb9f9

Please sign in to comment.