diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2021-02-13 15:56:53 -0600 |
---|---|---|
committer | mat <27899617+mat-1@users.noreply.github.com> | 2021-02-13 15:56:53 -0600 |
commit | 07496ac87ce982200474cc0af4afdf9665e6480c (patch) | |
tree | 872ef9a284e65ec35d83d283e8f705d69238d895 /src/index.ts | |
parent | bf46c373c12f5058eac7c9aab3467de2637a7efb (diff) | |
download | skyblock-api-07496ac87ce982200474cc0af4afdf9665e6480c.tar.gz skyblock-api-07496ac87ce982200474cc0af4afdf9665e6480c.tar.bz2 skyblock-api-07496ac87ce982200474cc0af4afdf9665e6480c.zip |
add banking info
Diffstat (limited to 'src/index.ts')
-rw-r--r-- | src/index.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts index 4ceda01..6b55923 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,6 @@ +import { fetchMemberProfile } from './cleaners/skyblock/profile' +import { fetchUser } from './hypixel' import express from 'express' -import { fetchMemberProfile, fetchUser } from './hypixel' const app = express() |