mirror of
https://github.com/immich-app/immich.git
synced 2025-12-01 03:39:43 +09:00
chore(web,mobile): Fix reoccurring typo (#7111)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user