Skip to content

Commit e5e02f9

Browse files
committed
Clean-up utilities
1 parent 9492e8e commit e5e02f9

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

site/api.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<<<<<<< HEAD
21
import { wait } from "./util"
32

43
// TEMPORARY
@@ -103,8 +102,7 @@ export namespace Workspace {
103102
return Promise.resolve("test-workspace")
104103
}
105104
}
106-
||||||| 36b7b20
107-
=======
105+
108106
interface LoginResponse {
109107
session_token: string
110108
}
@@ -127,5 +125,4 @@ export const login = async (email: string, password: string): Promise<LoginRespo
127125
}
128126

129127
return body
130-
}
131-
>>>>>>> main
128+
}
File renamed without changes.

site/util/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export * from "./firstOrOnly"
1+
export * from "./array"
22
export * from "./promise"

0 commit comments

Comments
 (0)