Skip to content

Commit

Permalink
move lit to indexer
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Apr 10, 2024
1 parent 7daf6d8 commit b1f62ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion web-app/src/context/AppContext.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { useApi } from "@/context/APIContext";
import { useAuth } from "@/context/AuthContext";
import { useRouteParams } from "@/hooks/useRouteParams";
import litService from "@/services/lit-service";
import { DiscoveryType } from "@/types";
import { useRouter } from "next/navigation";
import {
Expand Down
1 change: 0 additions & 1 deletion web-app/src/services/api-service-new.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { DIDSession } from "did-session";
import { Indexes, Link, Users } from "types/entity";
import { DEFAULT_CREATE_INDEX_TITLE } from "utils/constants";
import { CID } from "multiformats";
import litService from "./lit-service";

const API_ENDPOINTS = {
CHAT_STREAM: "/chat_stream",
Expand Down

0 comments on commit b1f62ae

Please sign in to comment.