mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 00:26:01 +00:00
updated remix adapter for non-middleware env, fixed console mute
This commit is contained in:
@@ -36,7 +36,6 @@ const subjects = {
|
||||
};
|
||||
|
||||
async function action(subject: string) {
|
||||
console.log("debug", { subject });
|
||||
if (subject in subjects) {
|
||||
await subjects[subject]();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user