Skip to content

Commit 99408aa

Browse files
committed
Merge remote-tracking branch 'pavlovcik/refactor/general' into nft-rewards
2 parents 06b3981 + 3ca8fad commit 99408aa

File tree

11 files changed

+24
-572
lines changed

11 files changed

+24
-572
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"probot": "^12.2.4",
6565
"smee-client": "^2.0.0",
6666
"tsx": "^3.12.7",
67+
"ubiquibot-logger": "^0.3.0",
6768
"yaml": "^2.2.2",
6869
"zlib": "^1.0.5"
6970
},

src/adapters/adapters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { createClient } from "@supabase/supabase-js";
22
import { Access } from "./supabase/helpers/tables/access";
33
import { Label } from "./supabase/helpers/tables/label";
44
import { Locations } from "./supabase/helpers/tables/locations";
5-
import { Logs } from "./supabase/helpers/tables/logs";
5+
import { Logs } from "ubiquibot-logger";
66
import { Settlement } from "./supabase/helpers/tables/settlement";
77
import { Super } from "./supabase/helpers/tables/super";
88
import { User } from "./supabase/helpers/tables/user";

src/adapters/supabase/helpers/pretty-logs.ts

Lines changed: 0 additions & 188 deletions
This file was deleted.

0 commit comments

Comments
 (0)