We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d5089f + 797de5d commit a14ed64Copy full SHA for a14ed64
3 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hawk.api",
3
- "version": "1.1.34",
+ "version": "1.1.35",
4
"main": "index.ts",
5
"license": "UNLICENSED",
6
"scripts": {
src/models/eventsFactory.js
@@ -478,7 +478,7 @@ class EventsFactory extends Factory {
478
*/
479
async getUnreadCount(lastVisit) {
480
const query = {
481
- 'payload.timestamp': {
+ timestamp: {
482
$gt: lastVisit,
483
},
484
};
src/typeDefs/event.ts
@@ -53,7 +53,7 @@ type Release {
53
"""
54
Release commits
55
56
- commits: [Commit!]!
+ commits: [Commit!]
57
}
58
59
0 commit comments