feat: endpoint impl.
This commit is contained in:
@ -21,6 +21,10 @@ export class TtnGatewayReceptionService {
|
||||
return this.repository.create(data);
|
||||
}
|
||||
|
||||
public async createGatewayReceptions(data: Partial<TtnGatewayReception>[]) {
|
||||
return this.repository.createMany(data);
|
||||
}
|
||||
|
||||
public async updateGatewayReception(
|
||||
id: string,
|
||||
data: Partial<TtnGatewayReception>
|
||||
|
Reference in New Issue
Block a user