Skip to content

Commit f5c1434

Browse files
yago-123rubenhoenle
authored andcommitted
Update stackit/internal/services/intake/runner/data_source.go
Co-authored-by: Ruben Hönle <git@hoenle.xyz>
1 parent 1b67222 commit f5c1434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackit/internal/services/intake/runner/data_source.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func (r *runnerDataSource) Configure(ctx context.Context, req datasource.Configu
4545
return
4646
}
4747

48-
apiClient := intakeUtils.ConfigureClient(ctx, &providerData, &resp.Diagnostics)
48+
r.client := intakeUtils.ConfigureClient(ctx, &providerData, &resp.Diagnostics)
4949
if resp.Diagnostics.HasError() {
5050
return
5151
}

0 commit comments

Comments
 (0)