Skip to content

Commit

Permalink
Revert bad name change
Browse files Browse the repository at this point in the history
  • Loading branch information
futa-ikeda committed Nov 20, 2023
1 parent 91d1132 commit 176f7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirage/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { summaryMetrics } from './views/institution';
import { postCountedUsage, getNodeAnalytics } from './views/metrics';
import { addCollectionModerator, addRegistrationModerator } from './views/moderator';
import { createNode, storageStatus } from './views/node';
import { osfNestedResource, osfResource, osfToManyRelationship } from './views/internal-resource';
import { osfNestedResource, osfResource, osfToManyRelationship } from './views/osf-resource';
import { getProviderSubjects } from './views/provider-subjects';
import {
createRegistration,
Expand Down

0 comments on commit 176f7c6

Please sign in to comment.