fix smol bug

This commit is contained in:
Sem van der Hoeven
2020-10-13 09:42:24 +02:00
parent 64615feb5e
commit 66efaf736d
2 changed files with 2 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ namespace Server.Models
}
}
return INSTANCE;
return instance;
}
}