Skip to content

Commit

Permalink
fix: extra correction
Browse files Browse the repository at this point in the history
  • Loading branch information
vadson71 committed Jan 13, 2025
1 parent 2eaf394 commit 06643d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class AnnotationsWriter implements IWriter<AnnotationsData> {
annotationsInsertPosition: 'END',
dataSource: {
[annotationNameSpace]: {
uri: `./annotations/${fileName}`,
uri: `annotations/${fileName}`,
type: 'ODataAnnotation'
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export class AddNewAnnotationFile
annotationsInsertPosition: 'END',
dataSource: {
[annotationNameSpace]: {
uri: `./annotations/${annotationFileName}`,
uri: `annotations/${annotationFileName}`,
type: 'ODataAnnotation'
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,7 @@ describe('FE V2 quick actions', () => {
dataSource: {
'annotation.annotation_1736143853603': {
type: 'ODataAnnotation',
uri: './annotations/annotation_1736143853603.xml'
uri: 'annotations/annotation_1736143853603.xml'
}
},
dataSourceId: 'mainService',
Expand Down

0 comments on commit 06643d7

Please sign in to comment.