Skip to content

Commit

Permalink
respect compat mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Mar 23, 2022
1 parent 3096a6b commit f49cb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class ArweaveClient {
#queryBuilder(names, versions, userTags, verifiedOnly = true, cursor = undefined, compat = false) {
// parse use defined tags
const tags = Object.entries(userTags).map(([k, v]) => `{
name: "${META}_${k}",
name: "${compat ? k : `${META}_${k}`}",
values: ["${v}"]
}`)

Expand Down

0 comments on commit f49cb75

Please sign in to comment.