api-server
api-server copied to clipboard
fix: fix slice init length
The intention here should be to initialize a slice with a capacity of len(staffCustomerIDs) rather than initializing the length of this slice.
The online demo: https://go.dev/play/p/q1BcVCmvidW