Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
henilp105 committed Apr 18, 2024
1 parent 3a6fae5 commit 908d087
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/store/actions/ratePackageActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export const ratePackage = (data, access_token) => async (dispatch) => {

let packageName = data.package;
let namespaceName = data.namespace;
console.log("Rating package: ", access_token);
if(access_token === null){
// exit this function early if we don't have an access token
dispatch({
Expand Down

0 comments on commit 908d087

Please sign in to comment.