changeset

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2023-08-02 15:27:35 +02:00
parent b810344311
commit dfd1b6b2fc
2 changed files with 2 additions and 2 deletions
@@ -1,5 +1,5 @@
---
'@backstage/backend-plugin-api': patch
'@backstage/backend-tasks': patch
---
Make `readTaskScheduleDefinitionFromConfig` properly handle bad inputs
@@ -15,7 +15,7 @@
*/
import { Config } from '@backstage/config';
import { HumanDuration, JsonObject } from '@backstage/types';
import { HumanDuration } from '@backstage/types';
import { TaskScheduleDefinition } from './types';
import { Duration } from 'luxon';