Skip to content

Commit

Permalink
Update packages/hub/src/graphql/queries/runSquiggle.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Slava Matyukhin <[email protected]>
  • Loading branch information
OAGr and berekuk authored Apr 12, 2024
1 parent d09e96d commit f87b34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hub/src/graphql/queries/runSquiggle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { NotFoundError } from "../errors/NotFoundError";

function getKey(code: string, seed: string): string {
return crypto
.createHash("sha265")
.createHash("sha256")
.update(JSON.stringify({ code, seed }))
.digest("base64");
}
Expand Down

0 comments on commit f87b34f

Please sign in to comment.