Skip to content

Commit

Permalink
Fix storage adapter import
Browse files Browse the repository at this point in the history
  • Loading branch information
thecalcc committed Dec 13, 2024
1 parent cf7db0d commit b204fa6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
IStorageAdapter,
} from 'superdesk-api';
import {superdeskApi} from '../../superdeskApi';
import {getFieldDefinitions} from './profile';
import {getFieldDefinitions} from './field-definitions';

export const storageAdapterPlanningItem: IStorageAdapter<IPlanningItem> = {
storeValue: (value, fieldId, item, config, fieldType) => {
Expand Down

0 comments on commit b204fa6

Please sign in to comment.