Skip to content

Commit

Permalink
🔇 silent changes: updated comment and document for all functions & co…
Browse files Browse the repository at this point in the history
…nst #14
  • Loading branch information
pnguyen215 committed Jan 10, 2024
1 parent 1270488 commit f57af06
Show file tree
Hide file tree
Showing 9 changed files with 963 additions and 686 deletions.
4 changes: 2 additions & 2 deletions pkg/ami/ami_message.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ func ofMessageWithDictionary(d *AMIDictionary, header textproto.MIMEHeader) *AMI
// Login action by message
func LoginWith(username, password string) *AMIMessage {
a := NewActionWith(config.AmiLoginKey)
a.AddField(config.AmiUsernameField, username)
a.AddField(config.AmiSecretField, password)
a.AddField(config.AmiFieldUsername, username)
a.AddField(config.AmiFieldSecret, password)
return a
}

Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit f57af06

Please sign in to comment.