Skip to content

Commit

Permalink
Misc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DTTerastar committed Sep 29, 2024
1 parent b6d8c80 commit 44c57e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/ui/src/lib/CalibrationMatrix.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
}
let rxColumns: Array<string> = [];
$: {
$: {
const rxSet = new Set<string>();
Object.values($calibration?.matrix ?? {}).forEach((n1) => {
Expand Down
2 changes: 1 addition & 1 deletion src/ui/src/lib/state.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { base } from '$app/paths';
import type { Config, CalibrationData, Device } from './types';
import type { Config, CalibrationData, Device, Node } from './types';

export async function fetchConfig(): Promise<Config> {
const response = await fetch(`${base}/api/state/config`);
Expand Down

0 comments on commit 44c57e4

Please sign in to comment.