This message was deleted.
# golang
s
This message was deleted.
l
Sorry you're running into this. I think there's a bug in our type checker. I believe you should be able to do something like:
Copy code
Priority: svc.Priority.ApplyInt(func(priority int) (int, error) {
        				return priority + 1, nil
        			}),
👍 1