Update send_favorite_update.go

This commit is contained in:
cedkeChat
2024-07-11 12:50:50 +02:00
committed by GitHub
parent 6412fff9ca
commit 28c849e147

View File

@@ -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"