Skip to content

Commit

Permalink
adding docs
Browse files Browse the repository at this point in the history
  • Loading branch information
VicOsewe committed Sep 7, 2021
1 parent 8b00817 commit 23846e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -637,8 +637,8 @@ func GetLoggedInUser(ctx context.Context) (*UserInfo, error) {
type Assistant string

const (
//FemaleAssistant assists the user to navigate the app
//FemaleAssistant assists the user to navigate the CONSUMER app
FemaleAssistant Assistant = "BEV"
//MaleAssistant assists the user to navigate the app
//MaleAssistant assists the user to navigate the CONSUMER app
MaleAssistant Assistant = "BOWI"
)

0 comments on commit 23846e3

Please sign in to comment.