test: cluster e2e (eval RCE) #4

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