All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m25s
2 lines
71 B
TypeScript
2 lines
71 B
TypeScript
export const getPlanningStock = (stock: number) => Math.max(0, stock);
|