Skip to content

Commit 1cd1e05

Browse files
authored
Merge pull request #331 from chantouchsek/fix/fi-endpint-of-readonly
Remove readonly from endpoint property
2 parents f13a6a0 + 0016277 commit 1cd1e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/BaseProxy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export interface ParametersType {
2020
class BaseProxy {
2121
errors: Errors
2222
parameters: any | any[]
23-
readonly endpoint: string
23+
endpoint: string
2424
static $http: AxiosInstance
2525
static $errorProperty = 'errors'
2626
static $parsedQs: IParseOptions = {

0 commit comments

Comments
 (0)