You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by oc...@apache.org on 2023/01/28 06:54:31 UTC

[trafficcontrol-trafficops-types] 01/02: Fix incorrect Job property name

This is an automated email from the ASF dual-hosted git repository.

ocket8888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol-trafficops-types.git

commit 76a29516503d8489668093fdd2172bc9919e109b
Author: ocket8888 <oc...@apache.org>
AuthorDate: Fri Jan 27 23:53:42 2023 -0700

    Fix incorrect Job property name
---
 src/invalidation.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/invalidation.ts b/src/invalidation.ts
index c09bb98..d465f58 100644
--- a/src/invalidation.ts
+++ b/src/invalidation.ts
@@ -39,7 +39,7 @@ export interface ResponseInvalidationJob {
 	 * A regular expression that matches content to be "invalidated" or
 	 * "revalidated".
 	 */
-	assetURL: string;
+	assetUrl: string;
 	/** The name of the user that created the Job. */
 	createdBy: string;
 	/** The XMLID of the Delivery Service within which the Job will operate. */