mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore(web,mobile): Fix reoccurring typo (#7111)
This commit is contained in:
parent
e9f3360f02
commit
5fc1d43012
4 changed files with 10 additions and 10 deletions
|
|
@ -88,7 +88,7 @@ class UploadProfileImageNotifier
|
|||
var res = await _userSErvice.uploadProfileImage(file);
|
||||
|
||||
if (res != null) {
|
||||
debugPrint("Succesfully upload profile image");
|
||||
debugPrint("Successfully upload profile image");
|
||||
state = state.copyWith(
|
||||
status: UploadProfileStatus.success,
|
||||
profileImagePath: res.profileImagePath,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue