tech-insights-backend: fixed type assignment
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-tech-insights-backend': patch
|
||||
---
|
||||
|
||||
Fixed invalid access that caused an immediate crash with a `TypeError` when loading the package.
|
||||
@@ -28,7 +28,8 @@ import { DateTime } from 'luxon';
|
||||
import { Logger } from 'winston';
|
||||
import { parseEntityName, stringifyEntityRef } from '@backstage/catalog-model';
|
||||
import { isMaxItems, isTtl } from '../fact/factRetrievers/utils';
|
||||
import Transaction = Knex.Transaction;
|
||||
|
||||
type Transaction = Knex.Transaction;
|
||||
|
||||
export type RawDbFactRow = {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user