Skip to content

Commit e40e944

Browse files
author
Guy Bedford
authored
Acl action type definition typo (#1127)
1 parent a111a04 commit e40e944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/acl.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ declare module 'fastly:acl' {
2121
* @param ipAddress Ipv6 or IPv4 IP address string
2222
*/
2323
lookup(ipAddress: string): Promise<{
24-
action: 'allow' | 'block';
24+
action: 'ALLOW' | 'BLOCK';
2525
prefix: string;
2626
} | null>;
2727
}

0 commit comments

Comments
 (0)