Skip to content

Commit

Permalink
Add missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
eliykat committed Oct 2, 2024
1 parent 897fa64 commit d8f4039
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion utils/integration-tests/user-fixtures.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import { Jsonify } from "type-fest";

import { UserEntry } from "../../src/models/userEntry";

// These must match the ldap server seed data in directory.ldif
const data = [
const data: Jsonify<UserEntry>[] = [
{
disabled: false,
deleted: false,
Expand Down

0 comments on commit d8f4039

Please sign in to comment.