Closed ZIA-Hans closed 2 weeks ago
The changes in this pull request involve modifications to the AppService
class within the mockServer/src/services/app.js
file. The primary alteration is the replacement of the pageService
import with mockService
. This change affects how the occupier
variable is sourced and how the state is updated, with new references to mockService.pageService.userInfo
and mockService.pageService.update(id, { occupier })
. The overall logic for determining the occupier
remains unchanged.
File | Change Summary |
---|---|
mockServer/src/services/app.js | Updated import from pageService to mockService ; modified references for occupier and state update. |
🐇 In the server where the mock does play,
A change was made to brighten the day.
FrompageService
tomockService
we glide,
Updating the state with a hop and a stride!
Nowoccupier
finds its new way,
In the code's dance, let the bunnies sway! 🐇
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
English | 简体中文
PR
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
Background and solution
What is the current behavior?
Issue Number: #882
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Summary by CodeRabbit