Update send_comment_update.go

This commit is contained in:
cedkeChat 2024-07-11 12:50:34 +02:00 committed by GitHub
parent 2d4a89d7bf
commit 6412fff9ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"
nintendo_notifications "github.com/PretendoNetwork/nex-protocols-go/nintendo-notifications"
nintendo_notifications_types "github.com/PretendoNetwork/nex-protocols-go/nintendo-notifications/types"