We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d6da1c commit 24cf8ffCopy full SHA for 24cf8ff
tests/fixtures/warpdrive-ts/app/services/store.ts
@@ -7,7 +7,7 @@ const Store = useLegacyStore({
7
cache: JSONAPICache,
8
handlers: [
9
{
10
- async request<T>(): Promise<T> {
+ request<T>(): Promise<T> {
11
return {
12
data: {
13
type: 'person',
0 commit comments