mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 17:18:23 +00:00
Remove @deprecated from Hive.dispose() (#4107)
This commit is contained in:
parent
43177f8aef
commit
2a3b718e6b
1 changed files with 0 additions and 3 deletions
|
|
@ -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>;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue