Skip to content

Commit

Permalink
fix(profile): dapp subject is not updating
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-manole committed Sep 25, 2023
1 parent c5ef2f4 commit 392919c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ parseSocial = Social

subjectInputParser :: Parser Subject
subjectInputParser = option patternedTextReader
( long "subject"
( long "dapp-subject"
<> metavar "SUBJECT"
<> help "dapp subject"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ upsertProfile profile@Profile{..} dappM = do
, #dappVersion := text dappVersion
, #dappId := literal profileId
, #dappGitHubToken := literal dappGitHubToken
, #dappSubject := literal dappSubject
]
)
[dapp { dappId = pid }]
Expand Down

0 comments on commit 392919c

Please sign in to comment.