fixed type error in aicommits
This commit is contained in:
@@ -105,7 +105,7 @@ export default async (
|
||||
return;
|
||||
}
|
||||
|
||||
message = selected;
|
||||
message = selected as string;
|
||||
}
|
||||
|
||||
await execa('git', ['commit', '-m', message, ...rawArgv]);
|
||||
|
||||
Reference in New Issue
Block a user