Skip to content

Commit

Permalink
fix: adapt types
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
  • Loading branch information
peterpeterparker committed Aug 4, 2024
1 parent e6aa8c6 commit 0ef4333
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/frontend/src/lib/utils/satellite.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ export const toListParams = ({
: [
{
key: toNullable(matcher),
description: []
description: [],
created_at: [],
updated_at: []
}
],
paginate: [
Expand Down

0 comments on commit 0ef4333

Please sign in to comment.