Skip to content

Commit

Permalink
fix(condo): fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
toplenboren committed Mar 8, 2024
1 parent 8160996 commit f69384a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/condo/domains/billing/utils/serverSchema/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ const { BillingReceiptFile: BillingReceiptFileGQL } = require('@condo/domains/bi
const { VALIDATE_QRCODE_MUTATION } = require('@condo/domains/billing/gql')
const { SEND_NEW_BILLING_RECEIPT_FILES_NOTIFICATIONS_MUTATION } = require('@condo/domains/billing/gql')
const { REGISTER_BILLING_RECEIPT_FILE_MUTATION } = require('@condo/domains/billing/gql')
const { SEND_RESIDENT_MESSAGE_MUTATION } = require('@condo/domains/resident/gql')
const { SUM_BILLING_RECEIPTS_MUTATION } = require('@condo/domains/billing/gql')
const { SEND_RESIDENT_MESSAGE_MUTATION } = require('@condo/domains/resident/gql')
/* AUTOGENERATE MARKER <IMPORT> */

const BillingIntegration = generateServerUtils(BillingIntegrationGQL)
Expand Down

0 comments on commit f69384a

Please sign in to comment.