Closed dev8723 closed 1 year ago
resolver's QueryApplyVarFn should return string instead of Vec<Variable> since we store var as string in job now.
QueryApplyVarFn
Vec<Variable>
Also run yarn install and fix deployment.
yarn install
This impacts all recurring jobs using the code of chore/contract-split branch. THIS BUG DOES NOT IMPACT MAINNET.
chore/contract-split
resolver's
QueryApplyVarFn
should return string instead ofVec<Variable>
since we store var as string in job now.Also run
yarn install
and fix deployment.This impacts all recurring jobs using the code of
chore/contract-split
branch. THIS BUG DOES NOT IMPACT MAINNET.