Skip to content

Commit def8809

Browse files
committed
Use explicit type
1 parent 02868c0 commit def8809

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/code/ContainerRegistryServerAPICalls.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ internal ContainerRegistryInfo GetMetadataProperty(JObject foundTags, string pac
894894
return serverPkgInfo;
895895
}
896896

897-
var metadata = pkgMetadataJToken.ToString();
897+
string metadata = pkgMetadataJToken.ToString();
898898

899899
// Check for package artifact type
900900
JToken resourceTypeJToken = annotations["resourceType"];

0 commit comments

Comments
 (0)