Skip to content

Commit 24701da

Browse files
Fix sua source type (bsm#98)
1 parent 56ba587 commit 24701da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sua.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ type UserAgent struct {
99
Architecture string `json:"architecture,omitempty"` // Device’s major binary architecture, e.g. "x86" or "arm". Taken from the Sec-CH-UA-Arch header
1010
Bitness string `json:"bitness,omitempty"` // Device’s bitness, e.g. "64" for 64-bit architecture. Taken from the Sec-CH-UA-Bitness header
1111
Model string `json:"model,omitempty"` // Device model. Taken from the Sec-CH-UAModel header
12-
Source string `json:"source,omitempty"` // The source of data used to create this object, List: User-Agent Source in AdCOM 1.0
12+
Source int `json:"source,omitempty"` // The source of data used to create this object, List: User-Agent Source in AdCOM 1.0
1313
Ext json.RawMessage `json:"ext,omitempty"`
1414
}
1515

0 commit comments

Comments
 (0)