Skip to content

Commit

Permalink
Merge pull request #16 from kun-org/abdul/testdb
Browse files Browse the repository at this point in the history
Abdul/testdb
  • Loading branch information
imran0101 authored Jun 2, 2021
2 parents fdaf6ce + 4883a84 commit ee7c77c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func main() {

device, err := client.GetOrInsertDevice(context.Background(), &pb.Device{
Id: "5b11da9b-35a9-4c87-99b1-def6ca91ace7",
Details: `{"device_name":"","application_name":"Loggy","application_version":"0.3","android_os_version":"4.14.112+(5891938)","android_api_level":"29","device_type":"generic_x86","device_model":"Android SDK built for x86 sdk_gphone_x86"}`,
Details: `{"device_name":"Sample","application_name":"Loggy","application_version":"0.3","android_os_version":"4.14.112+(5891938)","android_api_level":"29","device_type":"generic_x86","device_model":"Android SDK built for x86 sdk_gphone_x86"}`,
})
if err != nil {
log.Fatalf("failed to add device: %s", err)
Expand Down
Binary file added test.db
Binary file not shown.

0 comments on commit ee7c77c

Please sign in to comment.