Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit a5cd7c4

Browse files
committed
Add comment in success block
1 parent 30ea012 commit a5cd7c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

WordPressKit/AccountSettingsRemote.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ public class AccountSettingsRemote: ServiceRemoteWordPressComREST {
103103
wordPressComRestApi.GET(path,
104104
parameters: nil,
105105
success: { responseObject, httpResponse in
106+
// The success block needs to be changed if
107+
// any allowed_actions is required
108+
// by the changeUsername API
106109
success()
107110
},
108111
failure: { error, httpResponse in

0 commit comments

Comments
 (0)