Skip to content

Commit

Permalink
Adds mssing website info upon create Org
Browse files Browse the repository at this point in the history
  • Loading branch information
emmdim committed Jan 22, 2025
1 parent fdb3262 commit b3cfd06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/organizations.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ func (a *API) createOrganizationHandler(w http.ResponseWriter, r *http.Request)
// create the organization
dbOrg := &db.Organization{
Address: signer.AddressString(),
Website: orgInfo.Website,
Creator: user.Email,
CreatedAt: time.Now(),
Nonce: nonce,
Expand Down

0 comments on commit b3cfd06

Please sign in to comment.