Use proper decode_json

This commit is contained in:
Citlali del Rey 2022-12-17 10:47:56 -08:00
parent cea82293f7
commit fba2a0f6f7
Signed by: nullobsi
GPG Key ID: 933A1F44222C2634
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ use strict;
use warnings FATAL => 'all';
use experimental qw/signatures/;
use Mojo::JSON qw/decode_json encode_json/;
use Time::Piece;