Skip to content

Commit 7891fc1

Browse files
fix: did renamed
1 parent 9ddaf4a commit 7891fc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/src/modules/satellite/satellite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const setSatelliteControllers = async ({
4242
type ControllerId = string;
4343

4444
const existingControllers = (await listSatelliteControllers({satellite})).reduce<
45-
Record<ControllerId, SatelliteDid.Controller>
45+
Record<ControllerId, SatelliteDid.AccessKey>
4646
>(
4747
(acc, [controller, details]) => ({
4848
...acc,

0 commit comments

Comments
 (0)