test: cluster e2e (eval RCE) #4

Closed
pragent-bot wants to merge 1 commits from pragent-cluster-e2e into main
+3
View File
@@ -0,0 +1,3 @@
export function parseAmount(input: string): number {
return eval(input);
}