Skip to content

Commit 3861876

Browse files
committed
Lint
1 parent 256ffb7 commit 3861876

File tree

1 file changed

+2
-2
lines changed
  • governance/xc_admin/packages/xc_admin_frontend/pages

1 file changed

+2
-2
lines changed

governance/xc_admin/packages/xc_admin_frontend/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ export const getServerSideProps: GetServerSideProps = async () => {
3131
const PUBLISHER_PYTHTEST_MAPPING_PATH = `${MAPPINGS_BASE_PATH}/pythtest/publishers.yaml`
3232

3333
const publisherKeyToNameMapping = {
34-
pythnet: readPublisherKeyToNameMapping(PUBLISHER_PYTHNET_MAPPING_PATH)
35-
pythtest: readPublisherKeyToNameMapping(PUBLISHER_PYTHNET_MAPPING_PATH)
34+
pythnet: readPublisherKeyToNameMapping(PUBLISHER_PYTHNET_MAPPING_PATH),
35+
pythtest: readPublisherKeyToNameMapping(PUBLISHER_PYTHNET_MAPPING_PATH),
3636
}
3737
const MULTISIG_SIGNER_MAPPING_PATH = `${MAPPINGS_BASE_PATH}/signers.json`
3838
const multisigSignerKeyToNameMapping = fs.existsSync(

0 commit comments

Comments
 (0)