We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91618c9 commit 3b4e5b1Copy full SHA for 3b4e5b1
1 file changed
packages/skin-database/api/graphql/resolvers/BulkDownloadConnection.ts
@@ -61,9 +61,6 @@ export class BulkDownloadConnection {
61
.where((builder) => {
62
builder.where({ skin_type: 1 }).orWhere({ skin_type: 2 });
63
})
64
- // https://www.virustotal.com/gui/file/cc75df902c1e128433a7f7b8635aa928fe4cefbdcd91564b7e66305a25edd538
65
- // This got flagged as malicious. Unclear if it's a false positive or real.
66
- .whereNot({ md5: "5dac271c708d620db7b29d5bcf1598c2" })
67
.limit(this._first)
68
.offset(this._offset);
69
0 commit comments