Skip to content

Commit 526be53

Browse files
linter
Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
1 parent 7aa4849 commit 526be53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/integrations/definitions/tailscale/operation_asset_sync.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const deviceAssetVariant = "DEVICE"
1717

1818
// IngestHandle adapts Tailscale asset sync to the ingest operation registration boundary
1919
func (a AssetSync) IngestHandle() types.IngestHandler {
20-
return providerkit.WithClientRequest(tailscaleClient, func(ctx context.Context, request types.OperationRequest, client *tsclient.Client) ([]types.IngestPayloadSet, error) {
20+
return providerkit.WithClientRequest(tailscaleClient, func(ctx context.Context, _ types.OperationRequest, client *tsclient.Client) ([]types.IngestPayloadSet, error) {
2121
return a.Run(ctx, client)
2222
})
2323
}

0 commit comments

Comments
 (0)