mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-17 01:59:08 +00:00
fix all linting issues, upgrade most packages
This commit is contained in:
parent
c7774ddca3
commit
3c3af304f7
45 changed files with 1148 additions and 1848 deletions
|
@ -0,0 +1 @@
|
|||
export {};
|
|
@ -1,5 +0,0 @@
|
|||
describe('GET /~template', () => {
|
||||
it('returns Not Implemented when called', () => {
|
||||
expect(true).toBe(true);
|
||||
});
|
||||
});
|
|
@ -1,6 +0,0 @@
|
|||
import { Context, RoleypolyHandler } from '@roleypoly/api/src/utils/context';
|
||||
import { notImplemented } from '@roleypoly/api/src/utils/response';
|
||||
|
||||
export const template: RoleypolyHandler = async (request: Request, context: Context) => {
|
||||
return notImplemented();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue