Changes to visit note and bill request structs #97
Annotations
5 errors and 1 warning
build:
bill_test.go#L38
cannot use []string{…} (value of type []string) as []BillDX value in struct literal
|
build:
visit_note_test.go#L28
unknown field UpdatedDate in struct literal of type VisitNoteBullet
|
build:
visit_note_test.go#L47
unknown field UpdatedDate in struct literal of type VisitNoteBullet
|
build:
visit_note_test.go#L58
cannot use time.Date(2024, 4, 15, 0, 0, 0, 0, time.UTC) (value of type time.Time) as *time.Time value in struct literal
|
build
Process completed with exit code 1.
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|