File tree Expand file tree Collapse file tree
messageprocessors/javascript Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -455,7 +455,7 @@ func (h *host) CompileDownlinkDecoder(
455455 }, nil
456456}
457457
458- // DecodeUplink decodes the message's FRMPayload to DecodedPayload using the given script.
458+ // DecodeDownlink decodes the message's FRMPayload to DecodedPayload using the given script.
459459func (h * host ) DecodeDownlink (
460460 ctx context.Context ,
461461 _ * ttnpb.EndDeviceIdentifiers ,
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ func (cleaner *RegistryCleaner) RangeToLocalSet(ctx context.Context) error {
3838 return err
3939}
4040
41- // DeleteComplement deletes registry application data of all devices in the device id list.
41+ // DeleteDeviceData deletes registry application data of all devices in the device id list.
4242func (cleaner * RegistryCleaner ) DeleteDeviceData (ctx context.Context , devSet []string ) error {
4343 for _ , ids := range devSet {
4444 devIds , err := unique .ToDeviceID (ids )
You can’t perform that action at this time.
0 commit comments