Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { createQuery } from './utils';
|
||||
import {
|
||||
eventQuery,
|
||||
} from './queryStrings';
|
||||
import webAuth from '../auth';
|
||||
|
||||
|
||||
/* eslint-disable max-len */
|
||||
export const findEvents = () => createQuery(webAuth.idToken, eventQuery);
|
||||
/* eslint-enable max-len */
|
||||
Reference in New Issue
Block a user