Commit bc3f93f0 authored by alex.berger@nexiot.ch's avatar alex.berger@nexiot.ch

Fixed typo (renamed create_at to created_at).

parent e7bb5915
......@@ -58,7 +58,7 @@ type ProjectExportStatus struct {
NameWithNamespace *string `json:"name_with_namespace,omitempty"`
Path *string `json:"path,omitempty"`
PathWithNamespace *string `json:"path_with_namespace,omitempty"`
CreateAt *string `json:"create_at,omitempty"`
CreatedAt *string `json:"created_at,omitempty"`
ExportStatus *string `json:"export_status,omitempty"`
Message *string `json:"message,omitempty"`
Links struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment