mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-04-25 10:08:38 +00:00
fix: frontend build error
This commit is contained in:
@@ -341,10 +341,6 @@ const isBalanceType = (type: string) => {
|
||||
return type === 'balance' || type === 'admin_balance'
|
||||
}
|
||||
|
||||
const isConcurrencyType = (type: string) => {
|
||||
return type === 'concurrency' || type === 'admin_concurrency'
|
||||
}
|
||||
|
||||
const isSubscriptionType = (type: string) => {
|
||||
return type === 'subscription'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user