Skip to content

Commit

Permalink
feat: apply register store test api #109
Browse files Browse the repository at this point in the history
  • Loading branch information
915dbfl committed Oct 23, 2023
1 parent 0ddd063 commit 0f1490a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ class HomeViewModel @Inject constructor(
fun registerStore() {
viewModelScope.launch(attExceptionHandler) {
// 임시 token을 활용해 가게 바로 등록
// for test with base data
//attPosUserRepository.registerStoreForTest(
// real
attPosUserRepository.registerStore(
StoreVO(
name = "temp",
Expand Down

0 comments on commit 0f1490a

Please sign in to comment.