Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 94076b0

Browse files
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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /