Skip to content

Commit 722e99a

Browse files
committed
Update TodoistCommentsTrait.php
1 parent 3f04728 commit 722e99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FabianBeiner/Todoist/TodoistCommentsTrait.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function createComment(string $commentType, int $typeId, string $comment)
110110
$data = $this->preparePostData([
111111
$commentType . '_id' => $typeId,
112112
'content' => $comment,
113-
]);å
113+
]);
114114
/** @var object $result Result of the POST request. */
115115
$result = $this->post('comments', $data);
116116

0 commit comments

Comments
 (0)