Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

👽 Oasis og bedre feilhåndtering mot innsending #147

Merged
merged 3 commits into from
Mar 18, 2024
Merged

Conversation

mrbjoern
Copy link
Contributor

No description provided.

@mrbjoern mrbjoern requested a review from a team as a code owner March 18, 2024 09:39
});

if (typeof mellomlagretSøknad === 'string') {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ser ut som at vi får JSON som en string på mellomlagret søknad. Antar at denne koden bør håndtere både tekst og JSON ganske greit.

Copy link

Quality Gate Passed Quality Gate passed

Issues
11 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@mrbjoern mrbjoern merged commit 10f330b into main Mar 18, 2024
8 checks passed
@mrbjoern mrbjoern deleted the oasis-innsending branch March 18, 2024 11:05
res.status(201).json({});
});

export const lagreBucket = async (data: string, accessToken?: string) => {
export const mellomlagreSøknad = async (data: object, req: IncomingMessage) => {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kan IncomingMessage få et Norskt alias på type her? 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants