Skip to content

Commit a642f5d

Browse files
rouzbeh84AlphaWong
authored andcommitted
modify function name for isActiveClient
1 parent 70cac90 commit a642f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ function emailActiveClients(clients) {
278278
.forEach(email);
279279
}
280280

281-
function isActive(client) {
281+
function isActiveClient(client) {
282282
const clientRecord = database.lookup(client);
283283
return clientRecord.isActive();
284284
}

0 commit comments

Comments
 (0)