Remove @deprecated from Hive.dispose() (#4107)

This commit is contained in:
Kamil Kisiela 2024-02-29 11:52:35 +01:00 committed by GitHub
parent 43177f8aef
commit 2a3b718e6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,9 +8,6 @@ export interface HiveClient {
info(): Promise<void>;
reportSchema: SchemaReporter['report'];
collectUsage(): CollectUsageCallback;
/**
* @deprecated https://github.com/kamilkisiela/graphql-hive/issues/659
*/
dispose(): Promise<void>;
}