Skip to content

Commit 4cef18c

Browse files
authored
duration -> period
1 parent f8459c9 commit 4cef18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/spec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ type Spec struct {
4040
// "1y": last year
4141
// It is used to calculate start_time if it is not specified. If start_time is specified,
4242
// duration is ignored.
43-
PeriodStr string `json:"duration"`
43+
PeriodStr string `json:"period"`
4444
}
4545

4646
type WebsiteSpec struct {

0 commit comments

Comments
 (0)