diff --git a/database/datastore/update_object_data_type_by_data_id_with_password.go b/database/datastore/update_object_data_type_by_data_id_with_password.go index 1f19124..a280905 100644 --- a/database/datastore/update_object_data_type_by_data_id_with_password.go +++ b/database/datastore/update_object_data_type_by_data_id_with_password.go @@ -8,7 +8,7 @@ import ( "github.com/PretendoNetwork/super-mario-maker-secure/globals" ) -func UpdateObjectPeriodByDataIDWithPassword(dataID uint64, dataType uint16, password uint64) uint32 { +func UpdateObjectDataTypeByDataIDWithPassword(dataID uint64, dataType uint16, password uint64) uint32 { var updatePassword uint64 var underReview bool diff --git a/database/datastore/update_object_period_by_data_id_with_password.go b/database/datastore/update_object_period_by_data_id_with_password.go index cfd6219..3b83311 100644 --- a/database/datastore/update_object_period_by_data_id_with_password.go +++ b/database/datastore/update_object_period_by_data_id_with_password.go @@ -8,7 +8,7 @@ import ( "github.com/PretendoNetwork/super-mario-maker-secure/globals" ) -func UpdateObjectDataTypeByDataIDWithPassword(dataID uint64, period uint16, password uint64) uint32 { +func UpdateObjectPeriodByDataIDWithPassword(dataID uint64, period uint16, password uint64) uint32 { var updatePassword uint64 var underReview bool