Skip to content

Commit

Permalink
fix(keys): use newly fixed api key delete response schema from codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
tharropoulos committed Nov 8, 2024
1 parent d78f661 commit 4987172
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 58 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/typesense/api/Key.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package org.typesense.api;

import org.typesense.interfaces.ApiKeyDeleteResponse;
import org.typesense.model.ApiKey;
import org.typesense.model.ApiKeyDeleteResponse;

public class Key {

Expand Down
57 changes: 0 additions & 57 deletions src/main/java/org/typesense/interfaces/ApiKeyDeleteResponse.java

This file was deleted.

0 comments on commit 4987172

Please sign in to comment.