Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

III-3974 Get events, places and organizers by creator #238

Merged
merged 19 commits into from May 5, 2021
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .eslintrc
Expand Up @@ -18,6 +18,7 @@
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/consistent-type-definitions": "off",
"@typescript-eslint/restrict-template-expressions": "off",
"@typescript-eslint/return-await": "off",
"@typescript-eslint/consistent-type-imports": "error",
"simple-import-sort/imports": "error",
"simple-import-sort/exports": "error"
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -73,6 +73,7 @@
"@testing-library/react-hooks": "^5.0.3",
"@testing-library/user-event": "^12.8.0",
"@types/lodash": "^4.14.168",
"@types/react-query": "^1.1.2",
"@types/styled-components": "^5.1.9",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"babel-jest": "^26.6.1",
Expand Down
5 changes: 1 addition & 4 deletions src/hooks/api/authenticated-query.js
Expand Up @@ -108,10 +108,7 @@ const prefetchAuthenticatedQuery = async ({ req, queryClient, ...options }) => {

/// /////////////////////////////////////////////////////////////////////////////////////////////

const useAuthenticatedMutation = ({
mutationFn = () => {},
...configuration
} = {}) => {
const useAuthenticatedMutation = ({ mutationFn, ...configuration }) => {
const router = useRouter();
const headers = useHeaders();

Expand Down
159 changes: 0 additions & 159 deletions src/hooks/api/events.js

This file was deleted.