Skip to content

Commit 24cf8ff

Browse files
committed
Lint
1 parent 8d6da1c commit 24cf8ff

File tree

1 file changed

+1
-1
lines changed
  • tests/fixtures/warpdrive-ts/app/services

1 file changed

+1
-1
lines changed

tests/fixtures/warpdrive-ts/app/services/store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const Store = useLegacyStore({
77
cache: JSONAPICache,
88
handlers: [
99
{
10-
async request<T>(): Promise<T> {
10+
request<T>(): Promise<T> {
1111
return {
1212
data: {
1313
type: 'person',

0 commit comments

Comments
 (0)