Skip to content

Commit

Permalink
[feat]: refactor upload viewmodel
Browse files Browse the repository at this point in the history
  • Loading branch information
lsakee committed Oct 26, 2024
1 parent 82edbda commit b5132b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class UploadViewModel @Inject constructor(
val recordInfo = RecordInfo(
filePath,
uiState.value.contentTextValue,
placeId = 20,
placeId = 55,
)
uploadRepository.upload(recordInfo)
popBackStack()
Expand Down

0 comments on commit b5132b1

Please sign in to comment.