Skip to content

Commit

Permalink
fix: app data key (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Dec 20, 2023
1 parent 594863c commit fbbea51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/api/routes.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { appendQueryParamToUrl } from '@graasp/sdk';

export const APP_DATA_ENDPOINT = 'app-data';
export const ITEMS_ROUTE = 'items';
export const APP_ITEMS_ROUTE = 'app-items';
Expand Down
2 changes: 1 addition & 1 deletion src/config/keys.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { UUID } from '@graasp/sdk';

const APP_SETTING_KEY = 'app-setting';
const APP_DATA_KEY = 'app-setting';
const APP_DATA_KEY = 'app-data';
const APP_ACTION_KEY = 'app-action';

export const appSettingKeys = {
Expand Down

0 comments on commit fbbea51

Please sign in to comment.