Skip to content

Commit

Permalink
DE-1366 Refactor Message (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtopc authored Dec 1, 2024
1 parent cb0a543 commit cfbbb36
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 200 deletions.
4 changes: 2 additions & 2 deletions members.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
// if nil, the relevant data type remains unspecified.
// Otherwise, its value is either true or false.
var (
yes bool = true
no bool = false
yes = true
no = false
)

// Mailing list members have an attribute that determines if they've subscribed to the mailing list or not.
Expand Down
Loading

0 comments on commit cfbbb36

Please sign in to comment.