Skip to content

Commit

Permalink
chore: remove unused cast
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikstrasser committed Oct 29, 2024
1 parent d2b3682 commit 13dcf51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/server/services/useDcuplServerInstance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ export const useDcuplServerInstance: (
//
return nitroApp._dcuplNitroInstance.dcupl;
} else {
return event.context._dcupl as Dcupl;
return event.context._dcupl;
}
};

0 comments on commit 13dcf51

Please sign in to comment.