Skip to content

Commit a4f2db7

Browse files
committed
chore: remove external PR reference from comment
1 parent 681db8b commit a4f2db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/active_project/adapters/fizzy/issues.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def map_card_data(card_data, board_id)
197197
end
198198

199199
def determine_card_status(card_data, board_id)
200-
# Check for closed status (added in Fizzy PR #2105)
200+
# Check for closed status
201201
return :closed if card_data["closed"] == true
202202

203203
# Check for not_now status

0 commit comments

Comments
 (0)