Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <[email protected]>
  • Loading branch information
aaronchongth committed Jun 6, 2024
1 parent 1edb5e9 commit d51646e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-components/lib/tasks/types/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import {
DefaultCustomComposeTaskDefinition,
makeCustomComposeTaskShortDescription,
} from './custom-compose';
import { TaskDefinition, TaskDescription } from '../create-task';
import { TaskDescription } from '../create-task';

export function isNonEmptyString(value: string): boolean {
return value.length > 0;
Expand Down

0 comments on commit d51646e

Please sign in to comment.