Skip to content

Commit

Permalink
Saf query jpid string
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 committed May 30, 2024
1 parent a8a6422 commit 80481a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ data class JournalpostQuery(val journalpostId: Long) : GraphQuery() {
}

override fun getVariables(): HashMap<String, Any> {
return hashMapOf("journalpostId" to journalpostId)
return hashMapOf("journalpostId" to journalpostId.toString())
}
}

0 comments on commit 80481a9

Please sign in to comment.