Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
oxdev03 committed Apr 27, 2024
1 parent 1ebc7a2 commit c19acbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/cypress/e2e/1-user/03-admin.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe("pm2.web user administration", () => {
},
];

function getUser(idx) {
function getUser(idx: number) {
return {
name: `example${idx}`,
email: `mail${idx}@example.com`,
Expand Down

0 comments on commit c19acbc

Please sign in to comment.