Skip to content

Commit de75805

Browse files
committed
Fixed automod rule options not being cleared after execution
1 parent 5fd9f45 commit de75805

File tree

118 files changed

+260
-245
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+260
-245
lines changed

dist/native/automod/createAutomodRule.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/native/automod/createAutomodRule.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/native/automod/createAutomodRule.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/native/automod/editAutomodRule.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/native/automod/editAutomodRule.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/native/automod/editAutomodRule.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/structures/@internal/Context.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ export declare class Context {
9999
alert(content: string): Promise<unknown>;
100100
handleNotSuccess(fn: CompiledFunction, rt: Return): boolean;
101101
clearHttpOptions(): void;
102+
clearAutomodRuleOptions(): void;
102103
setEnvironmentKey(name: string, value: unknown): unknown;
103104
traverseDeleteEnvironmentKey(...keys: string[]): boolean | any[];
104105
traverseAddEnvironmentKey(value: unknown, ...keys: string[]): boolean;

dist/structures/@internal/Context.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/structures/@internal/Context.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)