Skip to content

Commit

Permalink
fix: rename shemas to schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
luis-herasme committed Dec 4, 2024
1 parent ff6f1a6 commit af3c8d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azul-api/data-vault/data-vault.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
DataVaultResponse,
DataVaultSaleInput,
DataVaultSaleSchema
} from './shemas';
} from './schemas';

enum DataVaultTransaction {
CREATE = 'CREATE',
Expand Down
File renamed without changes.

0 comments on commit af3c8d7

Please sign in to comment.