Skip to content

Commit 2db5c14

Browse files
committed
Compile fix
1 parent 6f421ae commit 2db5c14

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const readPublisherKeyToNameMapping = (filename: string) => {
2121
return acc
2222
})
2323
} else {
24-
return {}
24+
return {} as { string: string }
2525
}
2626
}
2727

0 commit comments

Comments
 (0)