Skip to content

Commit

Permalink
fix types test
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed Oct 22, 2024
1 parent 1127e93 commit c07271d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-types/data-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const mapeoProject = new MapeoProject({
tables: [projectSettingsTable],
sqlite,
}),
isArchiveDevice: true,
getMediaBaseUrl: async (mediaType: 'blobs' | 'icons') =>
`http://127.0.0.1:8080/${mediaType}`,
localPeers: new LocalPeers(),
Expand Down

0 comments on commit c07271d

Please sign in to comment.