Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ksol committed Jul 15, 2021
1 parent 9a43786 commit 30318c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Unreleased

## 0.3.10

* Typo

## 0.3.9

* Deployments: create from archive
Expand Down
2 changes: 1 addition & 1 deletion src/Deployments/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { unpackData } from "../utils";
import { Client } from "..";
import { PaginationOpts } from "../meta";
import { DeploymentsResult, Deployment } from "../models/regional/deployments";
import { CreateParams } from "src/params/regional/deployments";
import { CreateParams } from "../params/regional/deployments";

/**
* Deployment API Client
Expand Down

0 comments on commit 30318c6

Please sign in to comment.