This just removes the claimCodes field from the api.badges function's query. The data was completely unused, and stripped out moments later in the normalizeBadge() function. Excluding it from the query is a massive performance increase when badges contain lots of claimCodes.
This just removes the claimCodes field from the api.badges function's query. The data was completely unused, and stripped out moments later in the normalizeBadge() function. Excluding it from the query is a massive performance increase when badges contain lots of claimCodes.