We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11da452 commit d5a4bebCopy full SHA for d5a4beb
templates/kotlin/guides/search/setHeaderUserIDThenSaveObjects.mustache
@@ -8,7 +8,7 @@ suspend fun setHeaderUserIDThenSaveObjects() {
8
9
{{> snippets/init}}
10
11
- playlists.foreach { playlist ->
+ playlists.forEach { playlist ->
12
val playlistUserID = playlist["userID"].toString()
13
client.{{#dynamicSnippet}}saveObjectsPlaylistsWithRequestOptions{{/dynamicSnippet}}
14
}
0 commit comments