This commit is contained in:
strobie
2022-10-11 16:33:52 +02:00
parent 239c978ff2
commit 2e2dd0284f

View File

@@ -145,7 +145,7 @@ const positions = (chain: string) => async () => {
});
}
return positions;
return positions.filter((position) => position.liqPrice > 0);
};
module.exports = {