Skip to content

Commit

Permalink
build error:
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-rodgers committed Apr 4, 2024
1 parent 546095b commit 2435101
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions packages/graph/graphqueryable.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { isArray, objectDefinedNotNull } from "@pnp/core";
import { IInvokable, QueryParams, Queryable, queryableFactory, op, get, post, patch, del, put } from "@pnp/queryable";
import { IInvokable, Queryable, queryableFactory, op, get, post, patch, del, put } from "@pnp/queryable";
import { ConsistencyLevel } from "./behaviors/consistency-level.js";
import { IPagedResult, Paged } from "./behaviors/paged.js";

Expand Down Expand Up @@ -260,9 +260,7 @@ class GraphQueryParams extends Map<string, string> {
}
}

if (params.size > 0) {
literals.push(params.toString());
}
literals.push(params.toString());

return literals.join("&");
}
Expand Down

0 comments on commit 2435101

Please sign in to comment.