From 28c849e147f677efa08078019c739b67ab8f2719 Mon Sep 17 00:00:00 2001 From: cedkeChat <123301168+00cedke@users.noreply.github.com> Date: Thu, 11 Jul 2024 12:50:50 +0200 Subject: [PATCH] Update send_favorite_update.go --- notifications/3ds/send_favorite_update.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notifications/3ds/send_favorite_update.go b/notifications/3ds/send_favorite_update.go index fd9eef0..25cac31 100644 --- a/notifications/3ds/send_favorite_update.go +++ b/notifications/3ds/send_favorite_update.go @@ -3,8 +3,8 @@ package notifications_3ds import ( "database/sql" - database_3ds "github.com/PretendoNetwork/friends/database/3ds" - "github.com/PretendoNetwork/friends/globals" + database_3ds "github.com/CloudnetworkTeam/friends/database/3ds" + "github.com/CloudnetworkTeam/friends/globals" nex "github.com/PretendoNetwork/nex-go" friends_3ds_types "github.com/PretendoNetwork/nex-protocols-go/friends-3ds/types" nintendo_notifications "github.com/PretendoNetwork/nex-protocols-go/nintendo-notifications"