repos / starfx

supercharged async flow control library.
git clone https://github.com/neurosnap/starfx.git

commit
856e366
parent
314337f
author
Eric Bower
date
2024-02-06 04:58:56 +0000 UTC
fix: lint
1 files changed,  +0, -1
M test/api.test.ts
+0, -1
1@@ -18,7 +18,6 @@ import {
2   takeEvery,
3 } from "../mod.ts";
4 import { useCache } from "../react.ts";
5-import { API_ACTION_PREFIX } from "../action.ts";
6 
7 interface User {
8   id: string;