Skip to content

Commit

Permalink
Merge pull request #111 from nginformatica/fix/import_evt_toxic
Browse files Browse the repository at this point in the history
fix(evtToxic): fix import error
  • Loading branch information
juliakon authored Jul 17, 2024
2 parents 8eaa6f5 + 8505298 commit 721d150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quirons-broker",
"version": "0.0.1-alpha.126",
"version": "0.0.1-alpha.127",
"description": "A small library to expose the broker types",
"main": "index.ts",
"typings": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/esocial/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as t from 'io-ts'

import { eSocial as evtCAT } from './schemas/evtCAT'
import { eSocial as evtMonit } from './schemas/evtMonit'
import { eSocial as evtToxic } from './schemas/evtMonit'
import { eSocial as evtToxic } from './schemas/evtToxic'
import { eSocial as evtExpRisco } from './schemas/evtExpRisco'
import { eSocial as evtExclusao } from './schemas/evtExclusao'
import { eSocial as evtInfoEmpregador } from './schemas/evtInfoEmpregador'
Expand Down

0 comments on commit 721d150

Please sign in to comment.