Skip to content

Commit 4ad5db4

Browse files
committed
fix
1 parent 52c404b commit 4ad5db4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

agent/lib_aws_sdk_php.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,6 @@ void nr_aws_lambda_invoke(NR_EXECUTE_PROTO, nr_segment_cloud_attrs_t* cloud_attr
429429
}
430430
if (nr_strempty(accountID)) {
431431
accountID = NRINI(aws_account_id);
432-
accountID = "012345";
433432
}
434433
if (nr_strempty(region)) {
435434
region_zval = nr_php_call(this_obj, "getRegion");

0 commit comments

Comments
 (0)