Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
anitarua committed Aug 28, 2024
1 parent 8613e6a commit 1ad14d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
8 changes: 1 addition & 7 deletions examples/nodejs/cache/basic.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
import {
CacheClient,
Configurations,
CreateCacheResponse,
CacheSetResponse,
CacheGetResponse,
} from '@gomomento/sdk';
import {CacheClient, Configurations, CreateCacheResponse, CacheSetResponse, CacheGetResponse} from '@gomomento/sdk';

async function main() {
const momento = await CacheClient.create({
Expand Down
8 changes: 1 addition & 7 deletions examples/web/cache/basic.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
import {
CacheClient,
Configurations,
CreateCacheResponse,
CacheSetResponse,
CacheGetResponse,
} from '@gomomento/sdk-web';
import {CacheClient, Configurations, CreateCacheResponse, CacheSetResponse, CacheGetResponse} from '@gomomento/sdk-web';
import {initJSDom} from './utils/jsdom';

async function main() {
Expand Down

0 comments on commit 1ad14d5

Please sign in to comment.