Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Fix incorrect argument order in editPlaybook function #79

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

SquirrelDeveloper
Copy link
Collaborator

The order of the arguments in the 'editPlaybook' function was switched to ensure proper functionality. The change was also reflected in the shell file 'ShellWrapper.ts' to maintain consistency across the application. The argument that was formerly named 'str' has been renamed to 'content' for better code readability.

The order of the arguments in the 'editPlaybook' function was switched to ensure proper functionality. The change was also reflected in the shell file 'ShellWrapper.ts' to maintain consistency across the application. The argument that was formerly named 'str' has been renamed to 'content' for better code readability.
@SquirrelDeveloper SquirrelDeveloper added the bug Something isn't working label Jul 3, 2024
@SquirrelDeveloper SquirrelDeveloper added this to the v0.1.15 milestone Jul 3, 2024
@SquirrelDeveloper SquirrelDeveloper merged commit 88d8bb2 into master Jul 3, 2024
7 checks passed
@SquirrelDeveloper SquirrelDeveloper deleted the bug-edit-playbook branch July 3, 2024 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

Successfully merging this pull request may close these issues.

1 participant