We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ddaf4a commit 7891fc1Copy full SHA for 7891fc1
1 file changed
cli/src/modules/satellite/satellite.config.ts
@@ -42,7 +42,7 @@ export const setSatelliteControllers = async ({
42
type ControllerId = string;
43
44
const existingControllers = (await listSatelliteControllers({satellite})).reduce<
45
- Record<ControllerId, SatelliteDid.Controller>
+ Record<ControllerId, SatelliteDid.AccessKey>
46
>(
47
(acc, [controller, details]) => ({
48
...acc,
0 commit comments