chore: remove commented code (#5445)

This commit is contained in:
Yunus M 2024-07-29 11:45:03 +05:30 committed by GitHub
parent 3134e8c1cf
commit 7b7cca7db7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,7 +133,6 @@ export const handlers = [
res(ctx.status(200), ctx.json(licensesSuccessResponse)),
),
// ?licenseKey=58707e3d-3bdb-44e7-8c89-a9be237939f4
rest.get('http://localhost/api/v1/billing', (req, res, ctx) =>
res(ctx.status(200), ctx.json(billingSuccessResponse)),
),