Skip to content

Commit

Permalink
build: dependency update that passes all tests (#2335)
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger authored Jul 18, 2024
1 parent 939cf5d commit 5b18cad
Show file tree
Hide file tree
Showing 6 changed files with 1,349 additions and 1,902 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ module.exports = {
},
],
'no-only-tests/no-only-tests': 'error',
'@typescript-eslint/no-explicit-any': 'warn',
},
},
],
Expand Down
2 changes: 1 addition & 1 deletion lib/create-organization-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ export default function createOrganizationApi(makeRequest: MakeRequest) {
entityType: 'AppAction',
action: 'delete',
params: { organizationId: raw.sys.id, appDefinitionId, appActionId },
}).then((payload) => {
}).then(() => {
/* noop*/
})
},
Expand Down
1 change: 0 additions & 1 deletion lib/entities/app-action-call.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
BasicMetaSysProps,
CreateWithResponseParams,
DefaultElements,
GetAppActionCallDetailsParams,
MakeRequest,
SysLink,
} from '../common-types'
Expand Down
2 changes: 1 addition & 1 deletion lib/plain/entities/concept-scheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
UpdateConceptSchemeParams,
} from '../../common-types'
import { ConceptSchemeProps, CreateConceptSchemeProps } from '../../entities/concept-scheme'
import { OpPatch, Patch } from 'json-patch'
import { OpPatch } from 'json-patch'
import { SetOptional } from 'type-fest'

export type ConceptSchemePlainClientAPI = {
Expand Down
Loading

0 comments on commit 5b18cad

Please sign in to comment.