lintageddon 2
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
module.exports = {
|
||||
clientExists: function (id: number) {
|
||||
clientExists: function(id: number) {
|
||||
for (const client of this.clients) {
|
||||
if (client.id === id) {
|
||||
return client;
|
||||
@ -8,4 +8,4 @@ module.exports = {
|
||||
|
||||
return null;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user