Skip to content

Commit

Permalink
Updated oclift core interfaces import
Browse files Browse the repository at this point in the history
  • Loading branch information
georgedias committed Jul 29, 2024
1 parent 9f03fda commit 4da63e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/emasser/utilities.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import _ from 'lodash'
import {Flags} from '@oclif/core'
import {BooleanFlag, OptionFlag} from '@oclif/core/lib/interfaces'
import {BooleanFlag, OptionFlag} from '@oclif/core/interfaces'


Check failure on line 5 in src/utils/emasser/utilities.ts

View workflow job for this annotation

GitHub Actions / build

More than 1 blank line not allowed
interface CliArgs {
requestType: string;
Expand Down

0 comments on commit 4da63e7

Please sign in to comment.