def getTmpPath()

in app/infra/datasource/ImageStorage.scala [33:35]


  def getTmpPath(fileName: String): String = {
    return tmpPath + "/" + fileName
  }