fix shoot
This commit is contained in:
parent
5f26773c61
commit
c939a8a0c1
3 changed files with 4 additions and 4 deletions
|
|
@ -136,7 +136,7 @@ extend(
|
|||
},
|
||||
);
|
||||
|
||||
export const queryCode = async (code, cycles) => {
|
||||
export const queryCode = async (code, cycles = 1) => {
|
||||
const { pattern } = await evaluate(code);
|
||||
const haps = pattern.queryArc(0, cycles);
|
||||
return haps.map((h) => h.showWhole());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue