Skip to content

Commit

Permalink
removed unwanted var
Browse files Browse the repository at this point in the history
  • Loading branch information
koustov committed Aug 2, 2022
1 parent 91844fc commit d003da1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/services/request/query/fetch-plays.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export function FetchPlaysByID(id) {
}

export function FetchPlaysByNameAndUser(playname, username) {
const env = process.env.NODE_ENV === "development";
const payload = { ...BasiFetchParam };

payload.where = {
Expand Down

0 comments on commit d003da1

Please sign in to comment.