diff options
author | 2022-04-27 15:43:43 -0300 | |
---|---|---|
committer | 2022-04-27 15:43:43 -0300 | |
commit | 3d6e382b583646f047836b703a867c3b29ac91b2 (patch) | |
tree | e37c12b5339946864889238d35b24ba71194ea32 /.changeset/eight-falcons-applaud.md | |
parent | 41c70ae50359247f972833feba86698980b647a5 (diff) | |
download | astro-3d6e382b583646f047836b703a867c3b29ac91b2.tar.gz astro-3d6e382b583646f047836b703a867c3b29ac91b2.tar.zst astro-3d6e382b583646f047836b703a867c3b29ac91b2.zip |
fix: replaced deprecated String.substr with String.slice (#3224)
Diffstat (limited to '.changeset/eight-falcons-applaud.md')
-rw-r--r-- | .changeset/eight-falcons-applaud.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/eight-falcons-applaud.md b/.changeset/eight-falcons-applaud.md new file mode 100644 index 000000000..5896f028d --- /dev/null +++ b/.changeset/eight-falcons-applaud.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Replaced deprecated String.substr with String.slice |