Skip to content

Commit 3d44f78

Browse files
committed
chore: fix ci
1 parent dd0162e commit 3d44f78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

contract_manager/src/contracts/near.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ export class NearPriceFeedContract extends PriceFeedContract {
208208
senderAddress,
209209
senderPrivateKey
210210
);
211-
let results = [];
212-
for (let vaa of vaas) {
211+
const results = [];
212+
for (const vaa of vaas) {
213213
const outcome = await account.functionCall({
214214
contractId: this.address,
215215
methodName: "update_price_feeds",

target_chains/near/receiver/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)