Skip to content

Commit

Permalink
Fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tmjoen committed Dec 21, 2024
1 parent 1a987ef commit be50149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/base62.ex
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule Base62 do
use CustomBase, '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'
use CustomBase, ~c"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"

@moduledoc """
This module provides data encoding and decoding functions for base62 alphabet:
Expand Down

0 comments on commit be50149

Please sign in to comment.