Skip to content

Commit

Permalink
fix lukso injection at DS
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNi245 committed Aug 29, 2024
1 parent 568c9c2 commit b0e47eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/delivery-service/src/profile/profile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { IDatabase } from '../persistence/getDatabase';

export const Profile = (
db: IDatabase,
luksoProvider: ethers.providers.JsonRpcProvider,
web3Provider: ethers.providers.JsonRpcProvider,
luksoProvider: ethers.providers.JsonRpcProvider,
serverSecret: string,
) => {
const router = express.Router();
Expand Down

0 comments on commit b0e47eb

Please sign in to comment.