Skip to content

Commit e1d3a57

Browse files
committed
fix: no need for hooks
1 parent 6f2fada commit e1d3a57

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

src/ApideckUnifySdk/Hooks/AuthHook.cs

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

src/ApideckUnifySdk/Hooks/HookRegistration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static void InitHooks(IHooks hooks)
3131
// hooks.RegisterBeforeRequestHook(myHook);
3232
// hooks.RegisterAfterSuccessHook(myHook);
3333
// hooks.RegisterAfterErrorHook(myHook;
34-
hooks.RegisterBeforeRequestHook(new AuthHook());
34+
// hooks.RegisterBeforeRequestHook(new AuthHook());
3535
}
3636
}
3737
}

0 commit comments

Comments
 (0)