showing stripe subscribers. loading really slow.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user