Skip to content

Commit df35f2c

Browse files
committed
fix: clean up
1 parent f0e3e4d commit df35f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/projection-typeorm/src/operators/storeCredentials.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ export const storeCredentials = typeormOperator<Mappers.WithUtxo & Mappers.WithA
7272
}
7373
}
7474

75-
return { txToCredentials: txToCredentials };
75+
return { txToCredentials };
7676
}
7777
);

0 commit comments

Comments
 (0)