Skip to content

Commit

Permalink
chore: remove prerelease tags and main branch target (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#3524

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
algolia-bot and shortcuts committed Aug 14, 2024
1 parent d5f9056 commit 5f86e35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AlgoliaSearchClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :tag => '9.0.0' }
s.authors = { 'Algolia' => '[email protected]' }
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = 'https://github.com/algolia/algoliasearch-client-swift/tree/next'
s.homepage = 'https://github.com/algolia/algoliasearch-client-swift/tree/main'
s.summary = 'Algolia Search API Client written in Swift.'
s.documentation_url = 'https://www.algolia.com/doc/api-client/getting-started/what-is-the-api-client/swift/'
s.ios.deployment_target = '14.0'
Expand Down Expand Up @@ -58,4 +58,4 @@ Pod::Spec.new do |s|
subs.source_files = 'Sources/Usage/**/*.swift'
subs.dependency 'AlgoliaSearchClient/Core'
end
end
end
4 changes: 2 additions & 2 deletions Sources/Insights/InsightsClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,8 @@ open class InsightsClient {
try await self.deleteUserTokenWithHTTPInfo(userToken: userToken, requestOptions: requestOptions)
}

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

0 comments on commit 5f86e35

Please sign in to comment.