Skip to content

Commit 03fc364

Browse files
committed
lint fix
1 parent 98a499c commit 03fc364

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xig/xig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ async function fetchResourceRows(queryParams, offset = 0, limit = 200) {
977977
}
978978

979979
function rowToObject(row, queryParams) {
980-
const { ver, realm, auth, type, rt } = queryParams;
980+
const { type } = queryParams;
981981
const packageObj = getPackage(row.PackageKey);
982982

983983
const obj = {

0 commit comments

Comments
 (0)