Skip to content

Commit 49cdd2b

Browse files
committedSep 8, 2024·
tickets from github: fix error field
1 parent e2bf6f1 commit 49cdd2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/MetaCPAN/Script/Tickets.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ RELEASE: while ( my $release = $scroll->next ) {
146146
}
147147
END_QUERY
148148

149-
if ( my $error = $data->{error} ) {
149+
if ( my $error = $data->{errors} ) {
150150
for my $error (@$error) {
151151
my $log_message
152152
= "[$release->{distribution}] $error->{message}";

0 commit comments

Comments
 (0)
Please sign in to comment.