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 e76c3d5 commit 82edbda
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 = 0,
placeId = 20,
)
uploadRepository.upload(recordInfo)
popBackStack()
Expand Down

0 comments on commit 82edbda

Please sign in to comment.