File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
governance/xc_admin/packages/xc_admin_frontend/pages Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ export const getServerSideProps: GetServerSideProps = async () => {
31
31
const PUBLISHER_PYTHTEST_MAPPING_PATH = `${ MAPPINGS_BASE_PATH } /pythtest/publishers.yaml`
32
32
33
33
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 ) ,
36
36
}
37
37
const MULTISIG_SIGNER_MAPPING_PATH = `${ MAPPINGS_BASE_PATH } /signers.json`
38
38
const multisigSignerKeyToNameMapping = fs . existsSync (
You can’t perform that action at this time.
0 commit comments