Skip to content

Commit 19faa60

Browse files
committed
add
1 parent 772330f commit 19faa60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/services/bh/resource_tc_dasb_asset_sync_job_operation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func resourceTencentCloudDasbAssetSyncJobOperationCreate(d *schema.ResourceData,
8383
return resource.NonRetryableError(fmt.Errorf("InProcess is nil."))
8484
}
8585

86-
if *result.Response.Status.InProcess == false {
86+
if !*result.Response.Status.InProcess {
8787
return nil
8888
}
8989

0 commit comments

Comments
 (0)