Skip to content

Commit

Permalink
Merge pull request #142 from Giveth/add-imported-condition
Browse files Browse the repository at this point in the history
add imported condition
  • Loading branch information
MohammadPCh authored Oct 31, 2024
2 parents 70906fa + 3581f13 commit 7806153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server-extension/project-resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class ProjectResolver {
const vouchValue = sortInfo.sortBy === "vouch";

// Initialize conditions and parameters for dynamic query construction
const conditions = [];
const conditions = ["project.imported = true"];
const parameters = [];
let paramIndex = 1;

Expand Down

0 comments on commit 7806153

Please sign in to comment.