Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit cd799c0

Browse files
antonk52facebook-github-bot
authored andcommitted
Fix typescript error
Summary: It errors on [github actions](https://github.com/facebook/flipper/actions/runs/11956118342/job/33330114098#step:7:59) but not internally 0_o Reviewed By: lblasa Differential Revision: D66362868 fbshipit-source-id: c039bb4db1db6aeec4d08bdf45715fe0a7c82bc2
1 parent 494616a commit cd799c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

desktop/plugins/public/network/__tests__/datastorage.node.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ test('DataSource handles updates', () => {
4343
key: 'id',
4444
indices: [['method'], ['status']],
4545
});
46-
const customColumns = [];
46+
const customColumns: Parameters<typeof createRequestFromRequestInfo>[1] = [];
4747

4848
requests.upsert(createRequestFromRequestInfo(firstRequest, customColumns));
4949
requests.upsert(createRequestFromRequestInfo(secondRequest, customColumns));

0 commit comments

Comments
 (0)