Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Dec 24, 2023
1 parent d809f2c commit e174d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/packages/orchestrator/src/chainSpec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ export async function addHrmpChannelsToGenesis(
// No hrmp key in the current chain-spec
// let's create the struct and assign
runtimeConfig["hrmp"] = {
preopenHrmpChannels: []
preopenHrmpChannels: [],
};

hrmp = runtimeConfig.hrmp;
Expand Down

0 comments on commit e174d6c

Please sign in to comment.