()
| 1278 | } |
| 1279 | |
| 1280 | const handleConfirmRequest = async () => { |
| 1281 | getBundleList({ limit: 20 }) |
| 1282 | } |
| 1283 | const handleClickDebug = (item: any) => { |
| 1284 | const inputResult: any = debugArray1.length ? debugArray1 : JSON.parse(localStorage.getItem('inputResult') as any) |
| 1285 | const outputResult: any = debugArray2.length ? debugArray2 : JSON.parse(localStorage.getItem('outputResult') as any) |
nothing calls this directly
no test coverage detected