Skip to content

Commit

Permalink
docs: remove .js from the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
acidiney committed Mar 18, 2024
1 parent e0aee37 commit 7a819b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import app from '@adonisjs/core/services/app'
import bull from '@acidiney/bull-queue/services/main'
import RegisterStripeCustomer, {
RegisterStripeCustomerPayload,
} from '#app/jobs/register_stripe_customer.js'
} from '#app/jobs/register_stripe_customer'

await app.booted(async () => {
bull.dispatch(RegisterStripeCustomer.name, { userId: '123456' } as RegisterStripeCustomerPayload)
Expand Down Expand Up @@ -137,7 +137,7 @@ import app from '@adonisjs/core/services/app'
import bull from '@acidiney/bull-queue/services/main'
import RegisterStripeCustomer, {
RegisterStripeCustomerPayload,
} from '#app/jobs/register_stripe_customer.js'
} from '#app/jobs/register_stripe_customer'

await app.booted(async () => {
bull.dispatch(
Expand Down

0 comments on commit 7a819b2

Please sign in to comment.