Cleanup
This commit is contained in:
@ -19,7 +19,7 @@ type IgnoreAnimeDifference struct {
|
||||
}
|
||||
|
||||
// GetIgnoreAnimeDifference ...
|
||||
func GetIgnoreAnimeDifference(id string) (*IgnoreAnimeDifference, error) {
|
||||
func GetIgnoreAnimeDifference(id ID) (*IgnoreAnimeDifference, error) {
|
||||
obj, err := DB.Get("IgnoreAnimeDifference", id)
|
||||
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user