deleted unnecessary comma
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2021-11-23 09:05:42 +01:00
parent b460579834
commit 854ed9936d
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ describe('Buy latests buys filter()', () => {
let ctx = {
args: {
from: from,
to: to,
to: to
}
};