Skip to content

Commit

Permalink
Merge remote-tracking branch 'pavlovcik/refactor/general' into nft-re…
Browse files Browse the repository at this point in the history
…wards
  • Loading branch information
whilefoo committed Dec 30, 2023
2 parents 06b3981 + 3ca8fad commit 99408aa
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 572 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"probot": "^12.2.4",
"smee-client": "^2.0.0",
"tsx": "^3.12.7",
"ubiquibot-logger": "^0.3.0",
"yaml": "^2.2.2",
"zlib": "^1.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion src/adapters/adapters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { createClient } from "@supabase/supabase-js";
import { Access } from "./supabase/helpers/tables/access";
import { Label } from "./supabase/helpers/tables/label";
import { Locations } from "./supabase/helpers/tables/locations";
import { Logs } from "./supabase/helpers/tables/logs";
import { Logs } from "ubiquibot-logger";
import { Settlement } from "./supabase/helpers/tables/settlement";
import { Super } from "./supabase/helpers/tables/super";
import { User } from "./supabase/helpers/tables/user";
Expand Down
188 changes: 0 additions & 188 deletions src/adapters/supabase/helpers/pretty-logs.ts

This file was deleted.

Loading

0 comments on commit 99408aa

Please sign in to comment.