Skip to content

Commit

Permalink
Merge pull request #524 from Green-Software-Foundation/fix-defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
narekhovhannisyan authored Mar 13, 2024
2 parents ab95a78 + 82f8912 commit 50c3bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/compute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const mergeDefaults = (
return response;
}

return [];
return defaults ? [defaults] : [];
};

/**
Expand Down

0 comments on commit 50c3bb1

Please sign in to comment.