A few minor tweaks

This commit is contained in:
Timothy Warren 2021-04-21 19:35:22 -04:00
parent 4c396ba9c6
commit ff85cb6153
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
query ($slug: String!) {
findProfileBySlug(slug: $slug) {
libraryEvents(first: 100) {
libraryEvents(first: 100, kind: [PROGRESSED, UPDATED]) {
nodes {
id
changedData

View File

@ -24,7 +24,7 @@ class FormItemData extends AbstractType {
public ?bool $private = FALSE;
public ?int $progress;
public ?int $progress = NULL;
public ?int $rating;