Skip to content

Commit

Permalink
Update index.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Shambi-0 committed May 12, 2023
1 parent e8c0add commit b0cfecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ local Modules = {

-- Hashing
["Sha256"] = Get("Hashing", "Sha256");
["Crc32"] = Get("Hashing", "Crc32");
["Crc32"] = Get("Hashing", "Crc32").default;
}

for _, Library in Modules do
Expand Down

0 comments on commit b0cfecb

Please sign in to comment.