We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c9731 commit 592a8f1Copy full SHA for 592a8f1
core/src/main/scala/app/softnetwork/persistence/query/JsonProvider.scala
@@ -50,7 +50,7 @@ trait JsonProvider[T <: Timestamped] extends ExternalPersistenceProvider[T] {
50
s"${ct.runtimeClass.getSimpleName $}_${formatter.format(Instant.now())}.$fileExtension"
51
}
52
53
- def filePath: String = s"$outputFolder/${fileName}"
+ def filePath: String = s"$outputFolder/$fileName"
54
55
def reader: StateWrappertReader[T]
56
0 commit comments