From b4da8ce78b08bce19f51543f2e29714357f61a64 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sat, 2 Nov 2024 12:48:17 +0800 Subject: [PATCH] :recycle: Replace nil context with context.Background in authkit --- .idea/workspace.xml | 22 +++++++++++----------- pkg/authkit/audit.go | 5 +++-- pkg/authkit/notify.go | 5 +++-- pkg/authkit/realm.go | 13 +++++++------ pkg/authkit/relative.go | 6 +++++- 5 files changed, 29 insertions(+), 22 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 7ea6a31..01a6b03 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,13 +4,13 @@