DeathDaDev commited on
Commit
4473acb
1 Parent(s): ad91264

fix: remove extraneous closing brace causing syntax error in network.ts

Browse files
Files changed (1) hide show
  1. utils/network.ts +0 -1
utils/network.ts CHANGED
@@ -41,4 +41,3 @@ export const fetchFilteredSpaces = async (hardwareType: 'gpu' | 'cpu', searchQue
41
  colorTo: COLORS.to[space.colorTo as keyof typeof COLORS.from] || COLORS.to.pink,
42
  }));
43
  };
44
- }
 
41
  colorTo: COLORS.to[space.colorTo as keyof typeof COLORS.from] || COLORS.to.pink,
42
  }));
43
  };