Skip to content

Commit

Permalink
fix the API
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Vitanov committed Nov 20, 2024
1 parent da76ae2 commit e502418
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Fixed
- User survey responses not accessible [#78](https://github.com/rokwire/surveys-building-block/issues/78)

## [1.11.0] - 2024-10-07
### Added
- Consolidate the information, and make it accessible with a single API call [#79](https://github.com/rokwire/surveys-building-block/issues/79)
Expand Down
1 change: 0 additions & 1 deletion driver/web/apis_admin.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ func (h AdminAPIsHandler) createSurvey(l *logs.Log, r *http.Request, claims *tok
items.CreatorID = claims.Subject
items.OrgID = claims.OrgID
items.AppID = claims.AppID
items.Type = "user"

item := surveyRequestToSurvey(items)

Expand Down

0 comments on commit e502418

Please sign in to comment.