Skip to content

Commit 189fac2

Browse files
committed
lint fix
1 parent f9dfe04 commit 189fac2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/sdk/src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,9 @@ export class MermaidChart {
338338
* @param request - `originalDiagram` and `editedDiagram` only
339339
* @throws {@link AICreditsLimitExceededError} if credits limit exceeded (HTTP 402)
340340
*/
341-
public async mermaidPrSuggestion(request: MermaidPrSuggestionRequest): Promise<MermaidPrSuggestionResponse> {
341+
public async mermaidPrSuggestion(
342+
request: MermaidPrSuggestionRequest,
343+
): Promise<MermaidPrSuggestionResponse> {
342344
try {
343345
const response = await this.axios.post<MermaidPrSuggestionResponse>(
344346
URLS.rest.openai.prSummary,

0 commit comments

Comments
 (0)