aboutsummaryrefslogtreecommitdiff
path: root/src/cleaners/skyblock/profiles.ts
AgeCommit message (Collapse)Author
2022-03-20Add the "left" field for members who leftmat
2021-09-06Bump node-fetch from 2.6.1 to 3.0.0 (#116)dependabot[bot]
* Bump node-fetch from 2.6.1 to 3.0.0 Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 3.0.0. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v3.0.0) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fix issues with node fetch 3.0 * change module to esnext instead of commonjs * fix imports and tests * fix package-lock.json Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mat <github@matdoes.dev> Co-authored-by: mat <27899617+mat-1@users.noreply.github.com>
2021-06-30fix error that happens sometimes for nonexistent playersmat
2021-06-29enable strictNullChecks and fix all related issues (#65)mat
2021-02-28slight optimizationmat
fetch all profiles at once instead of one at a time in cleanSkyblockProfilesResponse
2021-02-28Add leaderboardsmat
2021-02-15remove debug logsmat
2021-02-14fix special casesmat
some users dont have a rank, and some users dont have skyblock profiles
2021-02-13fix caching issuemat
if you visited player/:user then player/:user/:profile it would error
2021-02-13add banking infomat
2021-02-13create member, profile, and profiles cleanersmat