Skip to content

Commit

Permalink
Add types to delete.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Mar 13, 2024
1 parent 39feaae commit 9405db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/delete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { deleteStatusMessage } from '../utils/resposeTexts';
export default (
req: Omit<Request, 'body'> & { body: deleteBody },
res: Response
) => {
): Response => {
// Extract the suffix (application name) of the application from the request body
const { suffix: app } = req.body;

Expand Down

0 comments on commit 9405db2

Please sign in to comment.