Skip to content

Commit

Permalink
fix: remove redundant export
Browse files Browse the repository at this point in the history
  • Loading branch information
btrn11 committed Dec 12, 2024
1 parent 44bd733 commit bfeee23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package/packagePushUpgrade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async function query(query: string, connection: Connection): Promise<PackagePush
}));
}

export function constructWhere(options?: PackagePushRequestListQueryOptions): string {
function constructWhere(options?: PackagePushRequestListQueryOptions): string {
const where: string[] = [];

if (options?.packageId) {
Expand Down

0 comments on commit bfeee23

Please sign in to comment.