Skip to content

Commit

Permalink
✏️ ...thank you @BluSpring... again
Browse files Browse the repository at this point in the history
  • Loading branch information
asoji committed Aug 9, 2024
1 parent 59f45a5 commit dae4345
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ object PathsHelper {
return fileName
}

fun path(filetype: Enum<FileType>, file: String): InputStream {
return filePath("${filetype.toString()}/${file.toString()}")
fun path(filetype: FileType, file: String): InputStream {
return filePath("${filetype.s}/$file")
}
}
}

0 comments on commit dae4345

Please sign in to comment.