Skip to content

Commit

Permalink
fix(hapi-telegram-plugin): add .js extension for relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdbd committed Jan 10, 2023
1 parent 92abb59 commit c45f9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hapi-telegram-plugin/src/texts/cloud-run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
gcpCloudRunServiceText as serviceText,
gcpCloudRunServiceErrorText as errorText
} from '@jackdbd/telegram-text-messages'
import { Emoji } from '../constants'
import { Emoji } from '../constants.js'
import { clientError } from './client-error.js'
import { serverError } from './server-error.js'
import { summaryFromRequest } from './utils.js'
Expand Down

0 comments on commit c45f9d1

Please sign in to comment.