Remove console.log
This commit is contained in:
parent
980a46abb3
commit
dbc903f3e6
|
@ -3,7 +3,6 @@ import { quotas } from "@budibase/pro"
|
|||
import { QuotaUsageType, StaticQuotaName } from "@budibase/types"
|
||||
|
||||
export const run = async () => {
|
||||
console.log("XXXXXXXXXXXXXXXXXXX2222222222")
|
||||
const creatorCount = await users.getCreatorCount()
|
||||
console.log(`Syncing creator count: ${creatorCount}`)
|
||||
await quotas.setUsage(
|
||||
|
|
Loading…
Reference in New Issue