You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(team): fix nullability issue in TeamPromptsBuilder
The `TeamPromptsBuilder` class had a nullability issue when finding the override file. This commit fixes the issue by using `findFileByRelativePath` instead of `findChild`.
0 commit comments