showing stripe subscribers. loading really slow.

This commit is contained in:
metacryst
2026-03-05 05:41:45 -06:00
parent 661bf86a1a
commit 4061e86ce7
5 changed files with 57 additions and 17 deletions

View File

@@ -21,7 +21,7 @@ export default class Network {
.strict()
get(id) {
if(typeof id === "string") {
if(id.length > 1) {
id = id.split("-")[1]
}
let index = this.indices[0] + (id - 1)