Skip to content

Commit

Permalink
Merge pull request #1172 from memphisdev/fix-station-activity-main-ov…
Browse files Browse the repository at this point in the history
…erview

fix station activity
  • Loading branch information
shay23b committed Jul 26, 2023
2 parents d4f075c + bb1d638 commit 2ee59b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -1485,8 +1485,8 @@ func GetAllStationsDetailsLight(tenantName string) ([]models.ExtendedStationLigh
&stationRes.DlsConfigurationSchemaverse,
&stationRes.TieredStorageEnabled,
&stationRes.TenantName,
&stationRes.Activity,
&stationRes.ResendDisabled,
&stationRes.Activity,
); err != nil {
return []models.ExtendedStationLight{}, err
}
Expand Down

0 comments on commit 2ee59b7

Please sign in to comment.