Skip to content

Commit 94076b0

Browse files
authored
modify function name for isActiveClient
1 parent 59bc2d0 commit 94076b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ function emailActiveClients(clients) {
279279
.forEach(email);
280280
}
281281

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

0 commit comments

Comments
 (0)