Skip to content

Commit 5f86e35

Browse files
chore: remove prerelease tags and main branch target (generated)
algolia/api-clients-automation#3524 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent d5f9056 commit 5f86e35

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

AlgoliaSearchClient.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
55
s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :tag => '9.0.0' }
66
s.authors = { 'Algolia' => '[email protected]' }
77
s.license = { :type => 'MIT', :file => 'LICENSE' }
8-
s.homepage = 'https://github.com/algolia/algoliasearch-client-swift/tree/next'
8+
s.homepage = 'https://github.com/algolia/algoliasearch-client-swift/tree/main'
99
s.summary = 'Algolia Search API Client written in Swift.'
1010
s.documentation_url = 'https://www.algolia.com/doc/api-client/getting-started/what-is-the-api-client/swift/'
1111
s.ios.deployment_target = '14.0'
@@ -58,4 +58,4 @@ Pod::Spec.new do |s|
5858
subs.source_files = 'Sources/Usage/**/*.swift'
5959
subs.dependency 'AlgoliaSearchClient/Core'
6060
end
61-
end
61+
end

Sources/Insights/InsightsClient.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@ open class InsightsClient {
294294
try await self.deleteUserTokenWithHTTPInfo(userToken: userToken, requestOptions: requestOptions)
295295
}
296296

297-
/// Deletes all events related to the specified user token from events metrics and analytics. To delete a
298-
/// personalization user profile, see [Delete a user
297+
/// Deletes all events related to the specified user token from events metrics and analytics. The deletion is
298+
/// asynchronous, and processed within 48 hours. To delete a personalization user profile, see [Delete a user
299299
/// profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
300300
///
301301
///

0 commit comments

Comments
 (0)