Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix: add repo
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Jul 20, 2024
1 parent fa1c0eb commit 796eff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/account/repo/add/action.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ export async function getRepo(prevState, formData) {
},
},
url,
owner,
repo,
owner: response.data.owner.login,
repo: response.data.name,
},
});
}
Expand Down

0 comments on commit 796eff1

Please sign in to comment.