mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Feat: rename stack inline (#3781)
* feat: rename stack in-line * feat: rename stack in-line * chore: compiler issues * fix: conflicts and cleaning * fix: code lost after merge * test: fix failing rust tests * fix: tauri localization wrong keys --------- Co-authored-by: Richard Shiue <71320345+richardshiue@users.noreply.github.com>
This commit is contained in:
@ -147,7 +147,7 @@ pub enum ErrorCode {
|
||||
GroupIdIsEmpty = 46,
|
||||
|
||||
#[error("Invalid date time format")]
|
||||
InvalidDateTimeFormat = 47,
|
||||
InvalidDateTimeFormat = 48,
|
||||
|
||||
#[error("Invalid params")]
|
||||
InvalidParams = 49,
|
||||
|
Reference in New Issue
Block a user