Skip to content

Commit e590c04

Browse files
committed
fix: gitlab notifications not being displayed
1 parent a1ab373 commit e590c04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/gitlab.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,9 @@ class GitLab {
168168
return {
169169
id: todo.id,
170170
subject,
171-
'updated_at': todo.updated_at
171+
'updated_at': todo.updated_at,
172+
unread: todo.state === 'pending',
173+
repository: subject.repository
172174
};
173175
});
174176

0 commit comments

Comments
 (0)